{% extends settings.template.default %} {% block title %}Test Form | {{super()}}{% endblock %} {% block body %}
A form with examples of all the possible form elements of blazeform.
{% if form %} {{ form.render() }} {% else %}{{ result|pprint}}{% endif %} {% endblock body%}