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.1.tar.gz
(20.7 kB
view details)
Built Distribution
Renoir-1.0.1-py3-none-any.whl
(23.7 kB
view details)
File details
Details for the file Renoir-1.0.1.tar.gz
.
File metadata
- Download URL: Renoir-1.0.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.2 CPython/3.7.5 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8378c1153f2374839b6d149ff661d0b1986d87077c0cdd0bbba79ed53633a689 |
|
MD5 | 2dbb5692b5f08895373c57955529d484 |
|
BLAKE2b-256 | a443f4bebdfd3c84af71286d85d346009431776b45135aabdc820d230d251720 |
File details
Details for the file Renoir-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: Renoir-1.0.1-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.2 CPython/3.7.5 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ed45062bed61434a68ea0122fbd9b1213377ab75e8ccce67b83ff3ca841c7f9 |
|
MD5 | 2f4b877bc535c9e476a966b73423e3e0 |
|
BLAKE2b-256 | 4b6cceba91d16f0f2a70b729c25d49dba4399b6887351859c7f7b0b3dc03a3fc |