Added whitespace suppression for askama
parent
e5859000e9
commit
92890f198b
2375
index.html
2375
index.html
File diff suppressed because it is too large
Load Diff
|
@ -121,7 +121,7 @@ struct Finisher {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Template)]
|
#[derive(Template)]
|
||||||
#[template(path = "pages/commands.html")]
|
#[template(path = "pages/commands.html", whitespace = "suppress")]
|
||||||
struct CommandsTemplate {
|
struct CommandsTemplate {
|
||||||
pub commands: Vec<Command>,
|
pub commands: Vec<Command>,
|
||||||
pub crystals: Vec<String>,
|
pub crystals: Vec<String>,
|
||||||
|
|
Loading…
Reference in New Issue