Update 'README.md'

This commit is contained in:
2023-01-11 18:12:52 +01:00
parent 7e82369534
commit a08ec11f7d

View File

@ -1,7 +1,7 @@
# <p align="center">Flair</p>
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