{% block banner_content %} {% include "motion/widgets/signin.html" %} {# Use h1 and h2 html tags on the main index of the site as the title, use divs on all other pages where there are page titles. #} {% ifequal request.path url_home %}

{{ request.group.display_name }}

{# group.tagline #}

{% else %}
{{ request.group.display_name }}
{# group.tagline #}
{% endifequal %} {% endblock %}