{% extends 'bootstrap.html' %} {% load static %} {% load bootstrap4 %} {% load i18n %} {% spaceless %}{% block bootstrap4_content %} {% include 'header.html' %}
{% block content %}{% endblock content %}
{% block footer %}{% include 'footer.html' %}{% endblock footer %} {% endblock %}{% endspaceless %}