{% block morehead %} {% endblock morehead %}
{{ config.SITE_TITLE or '' }}
{% for n in ['bg.new'] %}
New
{% endfor %}
{% block flashes %} {% for category, message in get_flashed_messages(with_categories=true) %}
×
{{ message }}
{% endfor %} {% endblock flashes %}
{% block content %}
Welcome to the control panel!
{% endblock content %}
{% block extrajs %} {% endblock extrajs %}