{% load static %} {% include 'partials/head.html' %} {% block title %}{% endblock %} {% include 'partials/header.html' %}
{% block content %}{% endblock %}
{% include 'partials/footer.html' %}