{% extends "html/base.html" %} {% block body %}
{% include "html/navbar.html" %}
{% block content %} {% endblock %}
{% include "html/footer.html" %} {% endblock %}