{% extends "template.html" %} {% block content %}
{{ form.hidden_tag() }} {{ form.query_str }} {{ form.submit }}
{% autoescape off %} {{ content }} {% endautoescape %}
{% endblock %}