Skip to content

gi0baro/renoir-haml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

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.