{% if page_description %}{% endif %}
{% if site_author %}{% endif %}
{% if canonical_url %}{% endif %}
{% if favicon %}
{% else %}{% endif %}
{{ page_title }}
{% if config.google_analytics %}
{% endif %}
{% if config.theme_center_lead
or current_page.is_homepage and config.theme_center_homepage_lead %}
{% endif %}
{% include "nav.html" %}
{% include "toc.html" %}
{% include "content.html" %}
{% if include_search %}{% include "search.html" %}{% endif %}