{% include 'vis/defs.svg' %}
{%- from 'consent_popup.html' import consent_popup with context -%}
{{ consent_popup() }}
{%- from 'header_links.html' import link_list -%}
{{ link_list(user, extra=[
(True, 'root-app.cookie_preferences', 'Cookie Preferences', 'sliders'),
(True, 'root-app.impressum', 'Impressum', 'question-circle'),
(True, 'root-app.datenschutz', 'Datenschutz', 'shield')
]) }}
{%- from 'vis/history_buttons.html' import history_buttons with context -%}
{{ history_buttons() }}
{%- from 'vis/header_controls.html' import header_controls with context -%}
{{ header_controls() }}
{%- from 'user_bar.html' import user_bar with context -%}
{{ user_bar(user, button_class='button--small') }}
{%- from 'messages.html' import flash_messages with context -%}
{{ flash_messages() }}
{%- if testing -%}
Testing
{%- endif -%}