{% load static themis_tags %} {% block title %}{{ themis_app_name }}{% endblock %} {% block extra_head %}{% endblock %} {% block navbar %}{% include "themis/includes/navbar.html" %}{% endblock %} {% include "themis/includes/messages.html" %}
{% block content %}{% endblock %}
{% block footer %}{% include "themis/includes/bottom_nav.html" %}{% endblock %} {% if themis_notifications_enabled %} {% endif %} {% block extra_scripts %}{% endblock %}