{% extends "base.html" %} {% block brand_sub %}{{ headline }}{% endblock %} {% block head_extra %} {% if user %}{% endif %} {% endblock %} {% block header_actions %} {% if user %} {% include "partials/identity.html" %} {% endif %} {% endblock %} {% block content %} {% if not user %} {% include "partials/welcome.html" %} {% else %}