renoir-haml

HAML syntax for Renoir templates


Keywords
web, templates, haml, renoir
License
BSD-3-Clause
Install
pip install renoir-haml==1.0.0

Documentation

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.

pip version

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)

License

Renoir-Haml is released under BSD license. Check the LICENSE file for more details.