yarmo.eu/views/notes_post.pug
Yarmo Mackenbach d3bb84446f
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2020-06-11 15:43:41 +02:00

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']}