{% load static %} {% include 'website/includes/css.html' %} {% include 'website/includes/header.html' %} {% block content %} {% endblock %} {% include 'website/includes/footer.html' %} {% include 'website/includes/scripts.html' %} {% block extra_js %}{% endblock %}