Added whitespace suppression for askama

Wynd 2024-06-29 23:51:10 +03:00
parent e5859000e9
commit 92890f198b
2 changed files with 888 additions and 3259 deletions

2375
index.html

File diff suppressed because it is too large Load Diff

View File

@ -121,7 +121,7 @@ struct Finisher {
}
#[derive(Template)]
#[template(path = "pages/commands.html")]
#[template(path = "pages/commands.html", whitespace = "suppress")]
struct CommandsTemplate {
pub commands: Vec<Command>,
pub crystals: Vec<String>,