{% include "_includes.html" %} {% block head %} {% block title %}{% endblock %} {% endblock %}

{{ project_name }}

{{ callout }}

{% if not (session["current_user"] or request.url_rule | string == "/signup") %}

Sign up today

{% endif %}
{% include "_messages.html" %}
{% block content %}{% endblock %}