{# Mobile search box - visible only on small screens #}
{# Exclude noisy non-PEP pages from Pagefind indexing #}
{%- if pagename.startswith(("404", "numerical", "pep-0000", "topic")) %}
{%- else %}
{%- endif %}
{# Add pagefind meta for the title to improve search result display #}
{{ title }}
{{ body }}
{%- if not pagename.startswith(("404", "numerical")) %}
{%- endif %}
{%- if source_link %}
{%- endif %}
{%- if pagename == "pep-0000" %}
{%- endif %}