{# Master template for simple pages (e.g. RST files) #} {{ title + " | peps.python.org"|safe }} {% include "partials/icons.html" %}

Python Enhancement Proposals

{# 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 %}