{% block head %}{% endblock %}
{% include "shared/header.html" %}
{% block content %}{% endblock %}
{% include "shared/footer.html" %}
{% block scripts %}{% endblock %} {% block component_scripts %}{% endblock %}