{% include "toc.html" %}
{% if page.is_homepage %}{% include "note.html" %}{% endif %}
{% if page and not page.is_homepage %}
{{page.title}}
{% endif %}
{% include "content.html" %}
{%- endblock %}
{%- block scripts %}
{% include "search_modal.html" %}
{%- for path in config['extra_javascript'] %}
{%- endfor %}
{%- endblock %}
{% if 'search' in config['plugins'] %}{%- include "search-modal.html" %}{% endif %}
{%- include "keyboard-modal.html" %}