{%- extends "bootstrap/base.html" %} {% import "bootstrap/utils.html" as utils %} {% from "_helpers.html" import is_active %} {% block styles %} {{super()}} {% endblock %} {% block title %}CSEntry{% endblock %} {% block navbar %} {% endblock %} {% block content %}
{{utils.flashed_messages(messages, container=False, dismissible=True)}} {% block main %}{% endblock %}
{% endblock %} {% block scripts %} {{super()}} {% block csentry_scripts %}{% endblock %} {% endblock %}