{% extends theme('raw.html') %} {% block body %} {% include theme("header.html") with context %} {% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% include theme('footer.html') %} {{ hook('base.modals') }} {% block modals %}{% endblock %} {% endblock %}