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.1.tar.gz
(26.6 kB
view details)
Built Distribution
Renoir-1.5.1-py3-none-any.whl
(29.7 kB
view details)
File details
Details for the file Renoir-1.5.1.tar.gz
.
File metadata
- Download URL: Renoir-1.5.1.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.7 Linux/5.11.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd833cfdc88b102b04d1d547a8eafd8ecc9326e745839cd21f16dcd774161753 |
|
MD5 | 99fd56279175cc0c5866236c5513a9da |
|
BLAKE2b-256 | 76a87bc3ccb2bb9fabd4300823605aadd8084b21bd951f1641ca1671e8a983c9 |
File details
Details for the file Renoir-1.5.1-py3-none-any.whl
.
File metadata
- Download URL: Renoir-1.5.1-py3-none-any.whl
- Upload date:
- Size: 29.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.7 Linux/5.11.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3234e9662b134b5f3e879dc7a4da5c2fc6e0f07c6c0d983d908fc6c05347fbfa |
|
MD5 | f83ce08a7bcd5dc21f12e6e2eccdbf02 |
|
BLAKE2b-256 | 2949a556693256513f70bb92c712a3f1d748f6cbc6fd9ba4cc59596fd97426ac |