{% extends "base.html" %} {% block scripts %} {{ super() }}
{% endblock %} {% block extrahead %}
{% endblock %} {# Match Material: `.md-content` wraps article; `data-md-component="content"` stays
on the wrapper for theme JS. #} {% block container %}
{% if page and ( page.is_homepage | default(false) or (page.url | default("")) == "" or
(page.url | default("")) == "/" or (page.url | default("")) == "." ) %}
{% endif %} {% if "navigation.path" in features %} {% include "partials/path.html" %} {% endif
%} {% include "partials/content.html" %} {% if page and page.edit_url %}