{% extends 'base.html' %} {% load staticfiles %} {% block nav_title %} Grady, Sir. Delbert Grady. {% endblock nav_title %} {% block body_block %}
{# This is where all the messages pop up #} {% include "core/component/message_box.html" %}
{% endblock %}