OTM/template/view.pug

6 lines
185 B
Plaintext
Raw Normal View History

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