7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
doctype html
|
|
include module/head.pug
|
|
main#app(v-cloak)
|
|
div(v-if="journey.leg_get()")
|
|
include module/view/view_day.pug
|
|
include module/foot.pug
|