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.7.0.tar.gz
(27.4 kB
view details)
Built Distribution
renoir-1.7.0-py3-none-any.whl
(30.4 kB
view details)
File details
Details for the file renoir-1.7.0.tar.gz
.
File metadata
- Download URL: renoir-1.7.0.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.0 CPython/3.10.9 Linux/6.2.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3d5dc3c176f92c7d939698775556896cee5acd2078877efafaf97c69fbb1971 |
|
MD5 | 1f32a445eeca8d2d27bcfedd652acbda |
|
BLAKE2b-256 | df10dec20561ba2ed98dc7e1aafd762852a6783fb42d66b009aa6eabcb8f30b0 |
File details
Details for the file renoir-1.7.0-py3-none-any.whl
.
File metadata
- Download URL: renoir-1.7.0-py3-none-any.whl
- Upload date:
- Size: 30.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.0 CPython/3.10.9 Linux/6.2.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 564ebacde5db1c23e02453953a8b3907276cec874652ce45f4adf496574b0922 |
|
MD5 | 769eda6d1092550420416410c364fe89 |
|
BLAKE2b-256 | 7a31e34046250a3796341d90c7204f1fd79ba8adbd4c2d5b774a2df9b9edce1a |