{% import 'macros/layout.html' as layout %} {% from '_types/root/header/_oob.html' import root_header_start, root_header_end with context %} {% from '_types/root/_oob_menu.html' import mobile_menu with context %} {% block meta %} {% include 'social/meta_site.html' %} {% endblock %} {% if og_meta is defined and og_meta %} {% for prop, content in og_meta %} {% endfor %} {% endif %} {% if oembed_link is defined and oembed_link %} {{ oembed_link }} {% endif %} {% include '_types/root/_head.html' %}
{% block header %} {% from '_types/root/_n/macros.html' import header with context %} {% call header() %} {% call layout.details('/root-header') %} {% call layout.summary( 'root-header-summary', _class='flex items-start gap-2 p-1 + bg-' + menu_colour + '-' + (500-(level()*100))|string, ) %}
{% from '_types/root/header/_header.html' import header_row with context %} {{ header_row() }}
{% block root_header_child %} {% endblock %}
{% endcall %} {% call layout.menu('root-menu', 'md:hidden bg-yellow-100') %} {% block main_mobile_menu %} {% endblock %} {% endcall %} {% endcall %} {% endcall %} {% endblock %}
{% block filter %} {% endblock %}
{% block content %} {% endblock %}