pikachuCa / weppy-haml

Haml syntax for weppy templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Haml syntax for weppy templates

License:Other


Languages

Language:Python 100.0%