{% load static %} {% load index_template %} {# CSS files #} {# Custom Fonts #} {# Django CSRF Protection #} {% csrf_token %} {# Extras #} {%block headextras%}{%endblock%} {%block title%}{%endblock%} {%block body%} {%endblock%} {% index_template 'components/footer.html' as it_footer %} {% include it_footer %}