7 lines
178 B
Plaintext
7 lines
178 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/view_day.pug
|
|
include module/foot.pug
|