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-06-25 12:26:17 +02:00
|
|
|
include module/nav_pub.pug
|
2023-07-19 13:59:52 +02:00
|
|
|
div(
|
|
|
|
v-for="(item, idx) in journey_data.main",
|
|
|
|
:class="idx % 2 === 0 ? 'bg-dark text-white' : ''"
|
|
|
|
)
|
2023-06-25 12:26:17 +02:00
|
|
|
include module/short_sec.pug
|
|
|
|
include module/foot.pug
|