renoir 1.7.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

renoir 1.7.1

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.