add: support a template.html file

This commit is contained in:
2025-12-17 22:53:23 -08:00
parent b2fab32d37
commit a01cda4566
4 changed files with 90 additions and 9 deletions

View File

@@ -8,3 +8,5 @@ clap = { version = "4.5.4", features = ["derive"] }
git2 = "0.20.3"
markdown = "1.0.0"
rouille = "3.6.2"
minijinja = { version = "2.1.0", features = ["loader"] }
serde = { version = "1.0.203", features = ["derive"] }