{% include 'header.html' %} {% if session['logged_in'] %}

You're logged in already!

{% else %}
{% endif %} {% include 'footer.html' %}