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