diff --git a/templates/dancers.rs.html b/templates/dancers.rs.html index 3f40cea..7ae6989 100644 --- a/templates/dancers.rs.html +++ b/templates/dancers.rs.html @@ -12,22 +12,21 @@

- Dancers + Dancers

- - - - - - - - + +
NameStage Name
+ + + + + + + - - - + + - - - - @for dancer in dancers.into_iter() { + + @for dancer in dancers.into_iter() { - @:dancer_html(dancer) + @:dancer_html(dancer) - } - -
NameStage Name
- + +
+ } + + + })