{% extends "core/shell.html" %}
{% block head_assets %}
{% include "partials/head.html" %}
{% endblock %}
{% block navbar %}
{% include "partials/navbar.html" %}
{% endblock %}
{% block footer %}
{% include "partials/footer.html" %}
{% endblock %}
{% block scripts %}
{% include "partials/scripts.html" %}
{% endblock %}