{% import "theme.html" as theme with context %} {% block title %}{% endblock %} - {{ theme.site_title }} {{ theme.head_imports() }} {% block header %}{% endblock %}
{% 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 %} {% if config['FEDMENU_URL'] %} {% endif %}