8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
---
|
||
|
layout: base.njk
|
||
|
---
|
||
|
|
||
|
<article class="wrapper-lg stack-md">
|
||
|
<h1><a href="{{ post.url }}">{{ title }}</a></h1>
|
||
|
{{ content | safe }}
|
||
|
</article>
|