{% 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' %}