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.4.0.tar.gz
(26.0 kB
view details)
Built Distribution
Renoir-1.4.0-py3-none-any.whl
(29.5 kB
view details)
File details
Details for the file Renoir-1.4.0.tar.gz
.
File metadata
- Download URL: Renoir-1.4.0.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.10 Linux/5.4.0-1047-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 295e60ac0bf0e8364fac5d2b7dc36199b62c23d0cb77e8a7c2707183e9994434 |
|
MD5 | 0951bf1fa18fa3df11f134fb5936bf11 |
|
BLAKE2b-256 | e2cde339466c4e60a55451da3aa2d0a9a872d2fc1fbbb4ac14c211e66d3b4195 |
File details
Details for the file Renoir-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: Renoir-1.4.0-py3-none-any.whl
- Upload date:
- Size: 29.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.10 Linux/5.4.0-1047-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d86ceb8d7c7d01a7b8a36fd61c6f915be2dd5a7e38759ea6392d552d1a11d61b |
|
MD5 | 5efaad6ca00df2ed878c1d70e02035ce |
|
BLAKE2b-256 | 1caf3263234e08b3ec0ba77bacd9cf7d66212cb293536b5028a1dfdc60f7ef74 |