{% set _section = section_helper(page) if (page is defined) and (section_helper is defined) and (section_helper is not none) else ('', '') %}
{% block title %}{{ site.title if site else 'bragi-theme-zelda' }}{% endblock %}
{% block meta %}
{% if meta_description %}{% endif %}
{% if canonical_url %}{% endif %}
{% if noindex %}{% endif %}
{% endblock %}
{% if site %}{% endif %}
{% if webmention_endpoint_url is defined and webmention_endpoint_url() %}{% endif %}
{% if pygments_css_url is defined %}{% endif %}
{% block social_meta %}{% endblock %}
{% block jsonld %}{% endblock %}
{# Tiny inline script to apply localStorage theme preference before paint,
avoiding FOUC. Skipped under no-JS (no impact: the auto behaviour is fine). #}
{% if site %}
{{ site.title }}
{% if _section[1] %}{{ _section[1] }}{% endif %}
{% endif %}