Update 'README.md'
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user