0 purchases
renoirhaml 1.0.0
Renoir-HAML
Renoir-HAML is an extension for the Renoir engine providing an HAML like syntax for templates. This is not a template engine but a compiler which converts HAML files to HTML Renoir templates.
Installation
You can install Renoir-HAML using pip:
pip install renoir-haml
And add it to your Renoir engine:
from renoir_haml import Haml
renoir.use_extension(Haml)
Configuration
param
default
description
encoding
utf8
encoding for IO
reload
False
enable auto reload on file changes
License
Renoir-HAML is released under BSD license. Check the LICENSE file for more details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.