{% extends "banjo/base.html" %} {% block content %}

{{route.human_name}}

POST URL: {{route.url}}

{{route.description}}

{% if form %}
{{ form.as_p }}
{% endif %} {% if errors %}

Error

{{errors}}
{% endif %} {% if result %}

Result

{{result}}
{% endif %} {% endblock %}