yarmo.eu/views/projects.pug
2020-06-12 14:50:14 +02:00

18 lines
332 B
Plaintext

extends layout
mixin entry($item)
.longform_list__item
p
a(href="{$item['urlrel']}") !{$item['title']}
| (!{$item['status']})
block content
p
| Back to:
a(href="/") yarmo.eu
h1 Yarmo's projects
.longform_list
each $item in $projects
+entry($item)