{{ title }}
Navigation
{% include "partials/nav-list.njk" %}
{% if dateCreated %} Published:
{{ dateCreated.toLocaleString("en-AU", { weekday: "long", year: "numeric", month: "long", day: "numeric" }) }}
{% endif %}
{% if dateChanged %} Published:
{{ dateChanged.toLocaleString("en-AU", { weekday: "long", year: "numeric", month: "long", day: "numeric" }) }}
{% endif %} {% if content | toc | safe %}
Table of Contents
Click to open
{{ content | toc | safe}}
{% endif %} {{ content | safe}}
{% readerBar 8px, "white" %}