{% block head_extra %}{% endblock %}
{% set _logo = brand_logo_url or summary.brand_logo_url or 'static/logo.png' %}
{{ brand_title or summary.brand_title or 'SnapCheck Report' }} {% if brand_subtitle or summary.brand_subtitle %}
— {{ brand_subtitle or summary.brand_subtitle }}
{% endif %} {% if summary.demo_mode %}
DEMO
{% endif %}
{% if timestamp %}
Audit: {{ timestamp }}
{% endif %}
{% block header_actions %}{% endblock %}
{% block content %}{% endblock %}
{% block scripts_head %}{% endblock %} {% block scripts_end %}{% endblock %}