OTM/template/short.pug
sora-ext 6f96bff5b5
All checks were successful
continuous-integration/drone/push Build is passing
Update template/short.pug
2025-02-24 15:15:06 +01:00

11 lines
253 B
Plaintext

doctype html
include module/head.pug
main#app(v-cloak)
include module/nav_pub.pug
div(
v-for="(item, idx) in journey.data.main",
:class="idx % 2 === 0 ? 'bg-dark text-white' : ''"
)
include module/short_sec.pug
include module/foot.pug