{% block brand %}
{# Brand link points at putplace's app home ("/") rather than regstack's
/account/me, so clicking the logo from any auth page brings the user
back into the actual product. #}
{% if brand_logo_url %}{% endif %}
{{ app_name }}
{% if brand_tagline %}
{{ brand_tagline }}
{% endif %}
{% endblock %}