14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
extends layout
|
|
|
|
block content
|
|
.longform
|
|
p
|
|
| Back to:
|
|
a(href="/") yarmo.eu
|
|
| >
|
|
a(href="/notes") notes
|
|
h1 !{$post['title']}
|
|
p.longform__header Posted on !{$post['date_formatted']} by !{$post['author']}
|
|
.longform__content
|
|
| !{$post['content']}
|