8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
|
---
|
||
|
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}}
|