7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
doctype html
|
|
include module/head.pug
|
|
main#app(v-cloak)
|
|
div(v-if="journey.data.main[journey.sel_leg] != undefined")
|
|
include module/view_step.pug
|
|
include module/foot.pug
|