Files
mantra.press/server/views/chapter.pug
2021-12-25 01:35:32 +02:00

13 lines
255 B
Plaintext

extend templates/layout.pug
block content
.container
//- h1= chapter.name
a.btn.black(href=`/v/${chapter.entryVersionId}`) go to entry
.row
each chunk in chapter.chunks
p.flow-text= chunk.text