{# `page.title` is "" when a page has no
`title:` frontmatter -- mirror `mdzero/content/navigation.py`'s
`_display_title` fallback order (title -> first heading ->
filename stem) here rather than leaving an empty , so the page
heading always matches what the sidebar nav entry shows for the
same page. (This fallback chain is computed once,
as `page_title`, near the top of this template -- see the comment
above `{% block head %}` -- and reused here rather than duplicated,
so `og:title` can never diverge from the visible `
, so the page
heading always matches what the sidebar nav entry shows for the
same page. (This fallback chain is computed once,
as `page_title`, near the top of this template -- see the comment
above `{% block head %}` -- and reused here rather than duplicated,
so `og:title` can never diverge from the visible ``.) #}
{{ page_title }}
{{ page_title }}
{{ page.html | safe }}