From 8d510abf076fbb80e7bb14a2ae97de816c16c7c1 Mon Sep 17 00:00:00 2001 From: justine Date: Wed, 11 Jan 2023 18:30:41 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cace264..9548c0b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ #

Flair

An extra simplified version of Jinja, written as a Rust lib. + +# TODO +* Add a function that reads from a string +* Add a sanitize function that removes %%words%% from a string, which could be useful to avoid user-side injection + ## 🧐 Features - Reads templates - Dynamically generate content based on rust variables or bash commands