{% extends "base.html" %} {% block title %}Welcome to the Flexure Pattern Generator!{% endblock %} {% block content %}
{{ form.hidden_tag() }}

{{ form.submit() }}

{% endblock %}