From a08ec11f7dbb45fbbf7a26f50804f91190297b8e Mon Sep 17 00:00:00 2001 From: justine Date: Wed, 11 Jan 2023 18:12:52 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5813197..cace264 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #

Flair

-An extra simplified version of Flask, written as a Rust lib. +An extra simplified version of Jinja, written as a Rust lib. ## 🧐 Features - Reads templates - Dynamically generate content based on rust variables or bash commands @@ -13,10 +13,11 @@ Templates are defined as .ft files. They may contain any text. Special words are defined between percentage signs: ``` Hello %%name%% +Today is the %%cmd: date%% ``` ## Try -An example website is included. +An example website is included, that uses a template for its index.html. To see it, clone this repo, then: ```bash