{% if auth %}
Previous
{% else %}
Home
{% endif %}
{{ content }}
{{ form.hidden_tag() }}
{{ form.submit }}