{% macro render_header() %} {% set root = get_section(path="_index.md") %} {% endmacro render_header %} {% macro render_toc(toc) %}
{% for h in toc %} {% if h.children %} {% for h2 in h.children %} {% endfor %} {% endif %} {% endfor %}
{% endmacro render_toc %} {% macro hero(slogan, intro)%}

{{ slogan }}

{{ intro | safe }}

Explore More ⇩
{% endmacro hero %}