{% extends "layout.html" %} {% block body %}

Create New Goal

{{ form.title(class="input-xlarge") }} {# #}
{{ form.text(class="input-xlarge", rows=10) }} {# #}
{{ form.submit_goal(class="btn btn-success") }} {# #} Back to list
{% endblock %}