OTM/template/view.pug

7 lines
184 B
Plaintext
Raw Normal View History

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)
2023-07-19 13:59:52 +02:00
div(v-if="journey_data.main[journey_step_data.section] != undefined")
2023-06-25 12:26:17 +02:00
include module/view_step.pug
2023-07-19 13:59:52 +02:00
include module/foot.pug