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.0.0.post1.tar.gz
(20.7 kB
view details)
Built Distribution
File details
Details for the file Renoir-1.0.0.post1.tar.gz
.
File metadata
- Download URL: Renoir-1.0.0.post1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e62512eaaadd5399b739e95bace90e22721e09f511fb0a643d72ae0b4ab29d7d |
|
MD5 | 13257cf729223c593829b2ccfaa648b8 |
|
BLAKE2b-256 | 0e9481f44e6cfce903ad1337102f0ce86e7785f15d9d59de9dbe36500ff76345 |
File details
Details for the file Renoir-1.0.0.post1-py3-none-any.whl
.
File metadata
- Download URL: Renoir-1.0.0.post1-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51546742d55e1c51193c8bf2ff15e73dd750ed9c939fc17a4449dc7f6d2eaf9f |
|
MD5 | 73d920a4de6f88736c62a986b27b0e8a |
|
BLAKE2b-256 | 719f097dc193102bfea36efe07bce44eec3f66086068691786efc51f57de8d1f |