weppy-Haml

Haml syntax for weppy templates


Keywords
haml, weppy
License
BSD-3-Clause
Install
pip install weppy-Haml==0.3

Documentation

weppy-Haml

weppy-Haml is an extension for weppy framework providing a Haml like syntax for templates. This is not a template engine but a compiler which converts haml files to html weppy templates.

pip version

Installation

You can install weppy-Haml using pip:

pip install weppy-Haml

And add it to your weppy application:

from weppy_haml import Haml

app.use_extension(Haml)

Documentation

The complete documentation is available on the weppy extensions registry.

License

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