{% if theme_css_url %} {% endif %} {% block extra_head %}{% endblock %}
{% 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 %}
{% block content %}{% endblock %}