--- layout: layouts/base.njk --- {# Only include the syntax highlighter CSS on blog posts #} {%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %}

{{ title }}

{{ content | safe }} {%- for tag in tags | filterTagList %} {%- set tagUrl %}/blog/tags/{{ tag | slugify }}/{% endset %} {{ tag }}{%- if not loop.last %}, {% endif %} {%- endfor %} {%- if collections.posts %} {%- set previousPost = collections.posts | getPreviousCollectionItem %} {%- set nextPost = collections.posts | getNextCollectionItem %} {%- if nextPost or previousPost %} {%- endif %} {%- endif %}