{% extends 'base.html' %} {% load propeller %} {% block title %} Forms {% endblock %} {% block content %}
{% csrf_token %} {% propeller_form form layout="horizontal" %} {% propeller_button content="Submit" button_type="submit" %} {% propeller_button content="Reset" button_type="reset" %}
{% endblock %}