Migrate to pug

This commit is contained in:
soraefir
2023-06-25 12:26:17 +02:00
parent 0693d47939
commit 681975a44b
54 changed files with 688 additions and 22868 deletions

7
template/short.pug Normal file
View File

@@ -0,0 +1,7 @@
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