{# 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 %} {% for link in hreflang_links %} {% endfor %} {# 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 — wagtail_herald.urls が恒久ルートパスで長期キャッシュ配信する。 CMS メディア URL(再アップロードで変わる)に依存させないことで地球儀化を防ぐ #} {% 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 %}