6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
doctype html
|
|
include module/head.pug
|
|
main#app(v-cloak)
|
|
div(v-if='journey_data.main[journey_step_data.section] != undefined')
|
|
include module/view_step.pug
|
|
include module/foot.pug |