{% load static %} {% if title %}{{ title }} - {% endif %} {% if user.is_authenticated %}{{ user.username }}@{% endif %}{{ settings.APPLICATION_NAME }} {% block head %}{% endblock head %}
{% block content %}{% endblock content %}