yarmo.eu/views/projects.pug
2020-09-25 15:25:49 +02:00

21 lines
367 B
Plaintext

extends templates/main
mixin entry($item)
article.longform_list__item
p
a(href="{$item['urlrel']}") !{$item['title']}
br
| Status: !{$item['status']}
block content
header
nav
a(href="/about") about me
| > projects
h1 Yarmo's projects
main
.longform_list
each $item in $projects
+entry($item)