{% block head %} {% endblock %}
{%- if needs_auth %} {%- if authorized %}
LOGOUT
{%- else %}
LOGIN
{%- endif %} {%- endif %}
BLOG
{% block content %}{% endblock %} {% block scripts %}{% endblock %}