{% if page and not (page.is_top_level and page.is_index and page.file.url == "index.html") %}
{% include "breadcrumbs.html" %}
{{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" %}