OTM/template/module/view_step.pug

21 lines
746 B
Plaintext
Raw Normal View History

2023-06-25 23:10:03 +02:00
- var map_section = 'journey_data.main[journey_step_data.section]'
2023-07-15 13:06:51 +02:00
.bg-dark.text-white
2023-06-25 12:26:17 +02:00
.container.section
.aligner.text-center.text-white.text-huge(style='margin-bottom:5px')
.aligner--itemTop.fleft
a(href='#prev' v-on:click.prevent='prev_step')
i.fas.fa-angle-left
span.container
div
2023-06-25 23:10:03 +02:00
| {{ #{map_section}.title + ': Day ' + journey_step_data.day}}
.text-big.text-gray {{ #{map_section}.step_title[journey_step_data.day] }}
2023-06-25 12:26:17 +02:00
.aligner--itemEnd.fright
a(href='#next' v-on:click.prevent='next_step')
i.fas.fa-angle-right
.row
.col-12.col-sm-12
2023-06-25 23:10:03 +02:00
include map.pug
+map(map_section)
2023-06-25 12:26:17 +02:00
.row
.col-12.col-sm-12
.container