--- layout: base.njk ---
{% for tag in tags %} {% if tag != "post" and tag != "posts" %} {{ tag }} {% endif %} {% endfor %}

{{ title }}

{{ content | readingTime }}
{{ content | safe }}