{% load static %} {% block title %}Boost{% endblock %} {% comment %}just testing out boxicons for quick animations on hover (add bx-tada-hover, bx-burst-hover, etc as classes){% endcomment %} {% comment %}{% endcomment %} {% block extra_head %}{% endblock %}
{% include "includes/_header.html" %}
{% block messages %}{% include "partials/messages.html" %}{% endblock messages %}
{% block content_wrapper %} {% block subnav %}{% endblock %} {% block content %}{% endblock %} {% endblock %}
{% include "includes/_footer.html" %}
{% block footer_js %}{% endblock %}