{% block head %}
{% block title %}{% endblock %} - Damast
{% endblock %}
{% block header %} {%- from 'header_links.html' import link_list -%} {{ link_list(user) }} {%- from 'user_bar.html' import user_bar with context -%} {{ user_bar(user) }} {% endblock %}
{%- from 'messages.html' import flash_messages with context -%} {{ flash_messages() }} {%- block consent -%} {%- from 'consent_popup.html' import consent_popup with context -%} {{ consent_popup() }} {%- endblock -%}
{% block content %} {% endblock %}
{%- if testing -%}
Testing
{%- endif -%}