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.4.tar.gz
(27.4 kB
view details)
Built Distribution
Renoir-1.5.4-py3-none-any.whl
(30.2 kB
view details)
File details
Details for the file Renoir-1.5.4.tar.gz
.
File metadata
- Download URL: Renoir-1.5.4.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.7 Linux/5.13.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6712c5af19f8f20ec88b379927cfa368a8c61a77eb6fc387ccca158bd3eaa2fd
|
|
MD5 |
55eed698805f5d4887f6f701a5ee806f
|
|
BLAKE2b-256 |
9e70134755539587a3a9ac61a1045ffaee732e7ac432ddfc4fe5583c02138661
|
File details
Details for the file Renoir-1.5.4-py3-none-any.whl
.
File metadata
- Download URL: Renoir-1.5.4-py3-none-any.whl
- Upload date:
- Size: 30.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.7 Linux/5.13.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bf923842b698d69e363a1b254cfa7c60603fc4529f956fc3992ed5190a532b30
|
|
MD5 |
1ae3d92afbef8842fc6f4650bf391dc1
|
|
BLAKE2b-256 |
22f9b2eca1b7f6962bf9deaea59a3e4b92a180721113a65eac0d26345f68ab69
|