{% load static %} {% block title %}Default title in here{% endblock %}

TIL

{% block body %} {% block content %}{% endblock %} {% endblock %}
{% if request.user.is_authenticated %} {# TODO: Move the modal into an included file in order to keep base.html clean and organized #} {% endif %}