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