refactor: redacting statement into TODOs
This commit is contained in:
parent
f19899fa82
commit
726a21b257
@ -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.
|
||||
|
1
TODOS.md
1
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.)
|
||||
|
Loading…
Reference in New Issue
Block a user