{% import "theme.html" as theme with context %} {% from "_projectstring.html" import projectstring, projecticon %} {% block title %}{% endblock %} - {{ theme.site_title }} {{ theme.head_imports() }} {% block header %}{% endblock %} {{theme.sitewide_message() if theme.sitewide_message is defined}}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% endif %} {% endwith %} {% if new_user %}
{% endif %} {% block content %}{% endblock %}
{{theme.footer()}} {% block jscripts %} {{theme.js_imports()}} {% endblock %}