{% include "widgets/stylesheets.html" %}
{% block style %}{% endblock %}
{% include "widgets/navbar.html" %}
{% include "widgets/message.html" %} {% block content %}{% endblock %}
{% if config.DEBUG %}
{% elif config.TESTING %}
{% endif %} {% include "widgets/scripts.html" %} {{ moment.include_moment(no_js=True) }} {% block script %}{% endblock %}