{% macro post_link(page) %} {{ page.title }} {{ page.summary | safe}} read more⦠{% endmacro post_link %} {% macro utterances() %} {% endmacro utterances %} {% macro toc(page) %} Table of Contents {% for h2 in page.toc %} {{ h2.title | safe }} {% if h2.children %} {% for h3 in h2.children %} {{ h3.title | safe }} {% endfor %} {% endif %} {% endfor %} {% endmacro toc %}