From 726a21b2576ecc0ccfe64e0cb557dc11186e69fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Mon, 13 Jan 2025 15:05:34 +0100 Subject: [PATCH] refactor: redacting statement into TODOs --- README.md | 2 -- TODOS.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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.)