{% include "_includes.html" %} {% block head %}
{% block title %}{% endblock %}
{% endblock %}
Home
{% if session["current_user"] %}
Logout
{% endif %}
{{ project_name }}
{{ callout }}
{% if not (session["current_user"] or request.url_rule | string == "/signup") %}
Sign up today
{% endif %}
{% include "_messages.html" %}
{% block content %}{% endblock %}