Files
s3bot/askama.toml
Pavel Kirilin faae5e4898 Initial commit.
Signed-off-by: Pavel Kirilin <win10@list.ru>
2023-02-20 01:23:41 +04:00

6 lines
208 B
TOML

[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"