{# Google Tag Manager - must be placed as high as possible in #} {% if gtm_container_id %} {% endif %} {# Basic Meta #} {{ title }} {% if description %}{% endif %} {% if robots %}{% endif %} {% if canonical_url %}{% endif %} {# Open Graph #} {% if og_title %}{% endif %} {% if og_description %}{% endif %} {% if og_image %}{% endif %} {% if og_image_alt %}{% endif %} {% if og_image_width %}{% endif %} {% if og_image_height %}{% endif %} {% if og_url %}{% endif %} {% if og_site_name %}{% endif %} {# Twitter Card #} {% if twitter_site %}{% endif %} {% if twitter_title %}{% endif %} {% if twitter_description %}{% endif %} {% if twitter_image %}{% endif %} {% if twitter_image_alt %}{% endif %} {# Favicon #} {% if favicon_svg %}{% endif %} {% if favicon_png %}{% endif %} {% if apple_touch_icon %}{% endif %} {# Custom Head HTML - output raw, no escaping #} {% if custom_head_html %}{{ custom_head_html|safe }}{% endif %}