<% extends settings.template.default %> <% block title %>Test Form | <{super()}><% endblock %> <% block body %>

Test Form

A form with examples of all the possible form elements of pysform.

<% if form %> <{ form.render() }> <% else %>

Results

<{ result|pprint}>
<% endif %> <% endblock body%>