{% load static %}
{% include "components/meta.html" %}
{% include "components/styles.html" %}
{% block title %}{% endblock %}
{% block extra_head %} {% endblock extra_head %}
{% include "components/navbar.html" %}
{% block content %} {% endblock content %}
{% include "components/footer.html" %}
{% include "components/scripts.html" %}
{% block extra_scripts %} {% endblock extra_scripts %}