{% extends "base.html" %} {% block title %}{{ data["title"] }}{% end %} {% block content %}

{{ escape(data["title"]) }}

{{ data["text"] }}

{% if data.get("js") %}Since we got javascript, why don't you give it a try?{% end %} {% end %}