{{ page.title }} {% if page.date %} {{ page.date | date(format="%B %d, %Y") }} {% endif %} {% if page.extra.toc | default(value=false) %} Table of Contents {% for h2 in page.toc %} {{ h2.title }} {% if h2.children %} {% for h3 in h2.children %} {{ h3.title }} {% endfor %} {% endif %} {% endfor %} {% endif %} {{ page.content | safe }}