---
layout: 'base.njk'
<h1>{{title}}</h1>
<small>{{date}} {% if modified !== date %}(Last modified: {{modified}}){% endif %}</small> </br>
<a href="/blog/"><- Back to posts list</a>
{{content | safe}}