WIP: recent content

This commit is contained in:
Per Stark
2025-01-27 09:37:48 +01:00
parent 3df72ce99d
commit 087f0941c3
7 changed files with 4656 additions and 23 deletions

View File

@@ -70,6 +70,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
notifier.set_fast_reload(true);
notifier.watch_path(&template_path, true);
minijinja_contrib::add_to_environment(&mut env);
Ok(env)
});