{% load static %} {% block extra_head %}{% endblock %}

{{ config.site_name }}

  • {% if user.is_authenticated %} {% if not request.identity %} {% elif request.identity.icon_uri %} {% else %} {% endif %} {% else %} Login {% endif %}
  • {% block content %} {% endblock %}