OTM/src/template/module/journey/map/restaurants.pug
soraefir 14e18a3e50
wip
2025-03-02 00:53:25 +01:00

6 lines
207 B
Plaintext

include mixin-marker.pug
div(
v-for="(place, index) in journey.leg_get().places.restaurants",
:key="'restaurants'+index",
)
+map_marker("restaurants", "var(--dark)", "var(--dark)", "var(--dark)")