Initial commit.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2023-02-20 01:20:41 +04:00
parent 9a04acd753
commit faae5e4898
39 changed files with 3420 additions and 2 deletions

5
askama.toml Normal file
View 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"