{% extends "base.html" %} {% block extrahead %} {# ── Canonical URL ── #} {% if page and page.canonical_url %} {% endif %} {# ── Per-page meta description (falls back to site description) ── #} {% if page and page.meta and page.meta.description %} {% else %} {% endif %} {# ── Per-page keywords ── #} {% if page and page.meta and page.meta.keywords %} {% else %} {% endif %} {# ── Open Graph ── #} {% if page and page.canonical_url %} {% endif %} {# ── Twitter Card ── #} {# ── JSON-LD Organization Schema ── #} {# ── JSON-LD FAQ (only on pages that define faq in front matter) ── #} {% if page and page.meta and page.meta.faq %} {% endif %} {% endblock %}