{% import "_macros.html" as macros %} {% block title %}{{ config.title }}{% endblock title %} {% block favicon %} {% endblock favicon %} {% include "_variables.html" %} {% block head %} {% endblock head %} {% block header %}
{{ macros::render_header() }}
{#
{{ macros::render_header() }}
#} {#
{% block hero %}

Build your static website

Juice is an intuitive, elegant, and lightweight Zola theme for product websites.

Star Fork
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 %}
{% for h in toc %} {% if h.children %} {% for h2 in h.children %} {% endfor %} {% endif %} {% endfor %}
{% endif %} {% endblock toc %}
{% block content %}
Overview
{{ section.content | safe }} {% endblock content %}
{% block sidebar %} {% endblock sidebar %}
{% block footer %} {% endblock footer %}