{% extends "base.html" %} {% block css %} {% endblock css %} {% block content %} {{ page.title }} {% if page.date %} {{ page.date }} {% endif %} {{ page.word_count }} words; {{ page.reading_time }} minute(s) {% if page.toc %} Table of Contents {% for h1 in page.toc %} {{ h1.title }} {% if h1.children %} {% for h2 in h1.children %} {{ h2.title }} {% endfor %} {% endif %} {% endfor %} {% endif %} {{ page.content | safe }} {% endblock content %}
{{ page.date }}
{{ page.word_count }} words; {{ page.reading_time }} minute(s)