{% extends "juice/templates/index.html" %} {% block head %} {% endblock head %} {% block header %}
{{ macros::render_header(path = section.path ) }}
{% block hero %}

{{ config.extra.slogan }}

{{ section.extra.intro | safe }}

Explore More ⇩
{% endblock hero %}
{% endblock header %} {% block toc %} {% if section.toc %} {% set toc = section.toc %} {% elif page.toc %} {% set toc = page.toc %} {% endif %} {% if toc %} {% if page.extra.disable_toc %} {% else %}
{% for h in toc %} {% if h.children %} {% for h2 in h.children %} {% endfor %} {% endif %} {% endfor %}
{% endif %} {% endif %} {% endblock toc %} {% block sidebar %} {% endblock sidebar %} {% block footer %} {% endblock footer %}