{% load static %} {% block title %}Promgen {{ VERSION }}{% endblock %}
{% if debug %} {% endif %} {% block navbar %} {% include "promgen/navbar.html" %} {% endblock %}
{% include 'promgen/global_messages.html' %} {% include 'promgen/global_alerts.html' %} {% include 'promgen/global_silences.html' %} {% block content %}{% endblock %}
{% if debug %} {% else %} {% endif %} {% block javascript %}{% endblock %}