--- layout: base.njk isBlog: true useContainer: true ---

{{ title }}

{% if description %}

{{ description }}

{% endif %}

on {{ page.date | formatDate }}, takes {{ content | timeToRead }} to read.

Tags

{% if ((tags | length) > 1) %} {% else %}

No tags

{% endif %} {% if (openGraph.imgUrl) %} {% endif %}
{{ content | safe }}