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