{% extends 'base.html' %} {% load static %} {% block body_content %} {% block top_bar %} {% include 'messagespartial.html' %} {% endblock top_bar%}
{% block content %}{% endblock content%} {% block footer %} {% include "_footer.html" %} {% endblock footer%}
{% endblock body_content%} {% block body_scripts %} {% endblock body_scripts %}