OTM/template/short.pug
2023-06-25 12:27:05 +02:00

8 lines
226 B
Plaintext

doctype html
include module/head.pug
main#app
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