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.1.0.tar.gz
(23.4 kB
view details)
Built Distribution
Renoir-1.1.0-py3-none-any.whl
(27.7 kB
view details)
File details
Details for the file Renoir-1.1.0.tar.gz
.
File metadata
- Download URL: Renoir-1.1.0.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.5 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb247bfa361015663e73b003d60d3db44e50f3f296892ff36a20eea767d54475 |
|
MD5 | eb49d51c2b5a84801f747238430ebbca |
|
BLAKE2b-256 | cfb6e9074687f784b85c571e910bef369f4fd76ca0750203ac144a874e3af0a2 |
File details
Details for the file Renoir-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: Renoir-1.1.0-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.5 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 514b70d099520ce9989bf01478d009b93f39073532191c9f3af13f71f447cc0d |
|
MD5 | 44022ea3823e446ea24babffde072b0a |
|
BLAKE2b-256 | e5693d254f810f3295367d75666770f5c776c71a0d52635aeb73d29935094f01 |