{% extends "juice/templates/index.html" %} {% block hero %} {{ section.title }} {{ section.description }} {% endblock hero %} {% block content %} {% endblock content %} {% block toc %} {% if section.toc %} {% set toc = section.toc %} {% elif page.toc %} {% set toc = page.toc %} {% endif %} {% if toc %}