{% block page %} {{background_page}} {% comment %} The browser parser put the form template directly to the end of the html page body. Necessary to verify this default behavior for all browsers. {% endcomment %} {% if form %} {% include form_template %} {% endif %} {% endblock %}