{% load static %} {{ SITE_TITLE }}{% block title %}{% endblock %} {% include site_config.navbar_template %} {# Add hide_google_login = True to any of your contexts to hide the one click google login window #} {% if not request.user.is_authenticated and not hide_google_login %} {% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% block content %} {% endblock %}