{% load static %} {% load staticfiles %} {% block title %}Welcome to ColdFront {% endblock %} {% include "su/is_su.html" %}
{% if user.is_authenticated %} {% include 'common/authorized_navbar.html' %} {% else %} {% include 'common/nonauthorized_navbar.html' %} {% endif %}
{% include 'common/messages.html' %} {% block content %} Content goes here! {% endblock %}
{% include 'common/footer.html' %} {% block javascript %} {% endblock %}