A templating engine designed with simplicity in mind
Project description
Renoir
Renoir – /ˈrɛnwɑːr/ – is a Python templating engine designed with simplicity in mind.
In a nutshell
{{ extend "layout.html" }}
{{ block title }}Members{{ end }}
{{ block content }}
<ul>
{{ for user in users: }}
<li><a href="{{ =user['url'] }}">{{ =user['name'] }}</a></li>
{{ pass }}
</ul>
{{ end }}
Documentation
The documentation is available under the docs folder.
License
Renoir is released under the BSD License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Renoir-1.5.2.tar.gz
(27.2 kB
view details)
Built Distribution
Renoir-1.5.2-py3-none-any.whl
(30.1 kB
view details)
File details
Details for the file Renoir-1.5.2.tar.gz
.
File metadata
- Download URL: Renoir-1.5.2.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.7 Linux/5.11.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 084e18ac33c30533aa2d398d14a44a8fbc896266d4b8105e598b6bec39af8fe6 |
|
MD5 | c3ec4d79acefa1dcb4be0e61adfcec45 |
|
BLAKE2b-256 | d6fa5dfcef9656bb8daa181e92cd0ebaf1845d6308c18036e68b21aa84a7f560 |
File details
Details for the file Renoir-1.5.2-py3-none-any.whl
.
File metadata
- Download URL: Renoir-1.5.2-py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.7 Linux/5.11.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 015683ee8ad5735df5c40fb096760dd5afe79e8e2952176f7e10310c3da6ac30 |
|
MD5 | b9f54e4991ae2e405097e4bdf37914a0 |
|
BLAKE2b-256 | e150505fa674ede995e10952b0f6d2d3c96576ce89f363ff1124758da24ab184 |