album/templates/data_positions.rs.html

6 lines
151 B
HTML
Raw Normal View History

2018-02-07 23:56:23 +04:00
@use models::Coord;
@(coords: &[Coord])
@if let Some((c, rest)) = coords.split_first()
{ data-positions="[[@c.x,@c.y]@for c in rest {,[@c.x,@c.y]}]"}