2023-06-25 12:26:17 +02:00
|
|
|
doctype html
|
|
|
|
include module/head.pug
|
2023-07-15 13:06:51 +02:00
|
|
|
main#app(v-cloak)
|
|
|
|
div(v-if='journey_data.main[journey_step_data.section] != undefined')
|
2023-06-25 12:26:17 +02:00
|
|
|
include module/view_step.pug
|
|
|
|
include module/foot.pug
|