{% load bootstrap4 %} {% load static %} {% block title %}Acronomy{% endblock %} {% if debug %} {% else %} {% endif %} {% block extra_head %} {% endblock %} {% if not debug %} {% endif %} {% if user.is_authenticated %} {% endif %} {#
#}
{% bootstrap_messages %} {% block heading %} {% endblock %}
    {% block content %} {% endblock %}
    {% include 'footer.html' %}