--- layout: base.njk --- {% css %}{% include "css/post.css" %}{% endcss %} {% css %}{% include "css/highlighting.css" %}{% endcss %} {% js %}{% include "node_modules/@zachleat/heading-anchors/heading-anchors.js" %}{% endjs %}

{{ title }}

{% if image %} {{ image.alt }} {% endif %} {{ content | safe }}