Files
mantra.press/server/views/projects.pug

14 lines
364 B
Plaintext
Raw Normal View History

2021-12-27 18:48:38 +02:00
extend templates/layout.pug
block content
.container
.center
h1 Projects
a.btn.black(href=`/projects/create`) add project
row
each project in projects
.col.s12
p.flow-text
a(href=`projects/${project.id}`)= project.name