{% load django_htmx %} {% load static %} {% include "common/bundle_snippet.html" with asset_name_ts="coldfront.ts" asset_name_js="coldfront.js" asset_name_css="coldfront.css" %} {% django_htmx_script %} {% 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 %}