Files

13 lines
261 B
Plaintext
Raw Permalink Normal View History

2021-12-19 21:04:17 +02:00
extend templates/layout.pug
block content
.container
//- h1= chapter.name
a.btn.black(href=`/v/${chapter.artifactVersionId}`) go to artifact
2021-12-19 21:04:17 +02:00
.row
each chunk in chapter.chunks
p.flow-text= chunk.text