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.6.0.tar.gz
(27.7 kB
view details)
Built Distribution
renoir-1.6.0-py3-none-any.whl
(30.4 kB
view details)
File details
Details for the file renoir-1.6.0.tar.gz
.
File metadata
- Download URL: renoir-1.6.0.tar.gz
- Upload date:
- Size: 27.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.8 Linux/5.15.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d25774a6c0db0896db3ddbcbad0ec4df442c34d18f4d1e643b1de7a564e30282 |
|
MD5 | 163c449b83a7498c1dfe879b6f602de6 |
|
BLAKE2b-256 | bc9c5b353ba9e304da798f8eb436e3cefb0e02bde45ef1185a28d77aeb00b753 |
File details
Details for the file renoir-1.6.0-py3-none-any.whl
.
File metadata
- Download URL: renoir-1.6.0-py3-none-any.whl
- Upload date:
- Size: 30.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.8 Linux/5.15.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 465e16fdd4763d542e7581dee11592905eac8271bdcab4d952548069cce3d37c |
|
MD5 | 52a73dde44e1146da58cf60e97adfec9 |
|
BLAKE2b-256 | 6d0d534f82d299c7a1f45a3bbc3b2323e6bf8415eda966cdb03d91e528992b7c |