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.8.0.tar.gz
(26.3 kB
view details)
Built Distribution
renoir-1.8.0-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file renoir-1.8.0.tar.gz
.
File metadata
- Download URL: renoir-1.8.0.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ab3b361c45cd003b6d57f6328b4cd8397eb969f276465287d592bb4326e7fbc |
|
MD5 | bf5611aa0c02250acd472b0bac51ccd0 |
|
BLAKE2b-256 | e166c46107832f44508d178bb5c1ab18bb320cdc461d8e74c5d1406a8b600949 |
File details
Details for the file renoir-1.8.0-py3-none-any.whl
.
File metadata
- Download URL: renoir-1.8.0-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f92a2368fe4ddd17ac2ad3df8f20cc1d80d30188d771639619facbeaf31fa5ee |
|
MD5 | 90625b1d2e5f28f929bebaa140bc6879 |
|
BLAKE2b-256 | fb89a2bc0aee4a07f3e500b12b5b10205e436e82437ee329d1781460ea00ff49 |