{% include 'webapp/_pwa_head.html' %} {% block extra_head %}{% endblock %}
{% if site_logo and config.site_background %}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% include 'webapp/_pwa.html' %} {% block scripts %}{% endblock %}