{% extends "juice/templates/index.html" %} {% block head %} {% endblock head %}
{% block hero %}

{{ config.extra.slogan }}

{{ config.extra.intro | linebreaksbr | safe }}

Explore More ⇩
{% endblock hero %} {% 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 %}