pikachuCa / renoir-haml

Haml syntax for Renoir templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Haml syntax for Renoir templates

License:Other


Languages

Language:Python 100.0%