Back to Clipboard

Build your static website

documentation/website/themes/juice/templates/index.html

0.10.0295 B
Original Source

{% block toc %} {% if section.toc %} {% set toc = section.toc %} {% elif page.toc %} {% set toc = page.toc %} {% endif %} {% if toc %} {% endif %} {% endblock toc %} {% block content %} Overview {{ section.content | safe }} {% endblock content %} {% block sidebar %} {% endblock sidebar %}