--- layout: base.njk ---

{{ title }}

{% if author %} {{ author }} | {% elif meta.author %} {{ meta.author }} | {% endif %} {% if categories %} in {% for cat in categories %} {{ cat }} {% endfor %} {% endif %}

{{ content | safe }}