---
layout: layouts/base.njk
---
{# Only include the syntax highlighter CSS on blog posts #}
{%- css %}{% include "public/css/code.css" %}{% endcss %}
{{ title }}
{% if author.name %}{{ author.name }}, {% else %}{{ metadata.author.name }}, {% endif %}
{%- for tag in tags | filterTagList %}
{%- set tagUrl %}/tags/{{ tag | slugify }}/{% endset %}
- {{ tag }}
{%- endfor %}
{{ content | safe }}
{% include "nextLast.njk" %}