{% load static %} {% comment %} Navbar {% endcomment %} {% comment %} Main page content {% endcomment %}
{% block content %} {% endblock %}
{% comment %} Javascript {% endcomment %} {% comment %} Money {% endcomment %} {% if user.is_authenticated %} {% endif %} {% comment %} Auto logout {% endcomment %} {% if user.is_authenticated %} {% endif %} {% comment %} For easier token handling {% endcomment %} {% if user.is_authenticated %} {% endif %} {% comment %} Prepare ajax to use the crsf token {% endcomment %} {% if user.is_authenticated %} {% endif %} {% comment %} Error messages {% endcomment %} {% block script %} {% endblock %}