Skip to content

Commit 524bb91

Browse files
Replace tera with askama
1 parent 168a37f commit 524bb91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+548
-668
lines changed

Cargo.lock

+54-216
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ tempfile = "3.1.0"
101101
fn-error-context = "0.2.0"
102102

103103
# Templating
104-
tera = { version = "1.5.0", features = ["builtins"] }
104+
# tera = { version = "1.5.0", features = ["builtins"] }
105+
askama = { version = "0.12.1" }
105106
walkdir = "2"
106107

107108
# Date and Time utilities

0 commit comments

Comments
 (0)