{% load static %}
{% include 'nav.html' %}
{% block header %}{% endblock %}
{% block content %} {% endblock %}
{% include 'footer.html' %}