{% extends "form.html" %} {% load exfiltry %} {% load exsyntax %} {% block all %} {% with show_title_bar=1 title='template example' %} {{ block.super }} {% endwith %} {% endblock %} {% block content %}

{{name}}

{{description}}

{% endblock %}