11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
doctype html
|
|
include module/head.pug
|
|
main#app(v-cloak)
|
|
include module/view/nav.pug
|
|
div(
|
|
v-for="(item, idx) in journey.data.main",
|
|
:class="idx % 2 === 0 ? 'bg-dark text-white' : ''"
|
|
)
|
|
include module/view/short_leg.pug
|
|
include module/foot.pug
|