Added whitespace suppression for askama
parent
e5859000e9
commit
92890f198b
4145
index.html
4145
index.html
File diff suppressed because it is too large
Load Diff
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue