diff --git a/README.md b/README.md index ea9f2b6..b5eb612 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # Minijinja Engine for Loco.rs This crate allows you to integrate [Minijinja](https://github.com/mitsuhiko/minijinja) as Template renderer into [Loco.rs](https://github.com/loco-rs/loco) - -Note: Tera will probably still stay a dependency for your app if you switch Template Engine, so switching to minijinja is really just about preference. diff --git a/TODOS.md b/TODOS.md index e6bc546..d448515 100644 --- a/TODOS.md +++ b/TODOS.md @@ -2,3 +2,4 @@ - ability to define template directory / directories for the Initializer - markdown plugin - integration tests +- investigate how dependency of tera works in loco ("Tera will probably still stay a dependency for your app if you switch Template Engine, so switching to minijinja is really just about preference." struck from readme.)