5
askama.toml
Normal file
5
askama.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[general]
|
||||
# Directories to search for templates, relative to the crate root.
|
||||
dirs = ["src/server/templates"]
|
||||
# Unless you add a `-` in a block, whitespace characters won't be trimmed.
|
||||
whitespace = "preserve"
|
Reference in New Issue
Block a user