gi0baro / emmett-haml

Haml templates for Emmett applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emmett-HAML

Emmett-HAML is an Emmett framework extension 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 Emmett-HAML using pip:

pip install emmett-haml

And add it to your Emmett application:

from emmett_haml import Haml

app.use_extension(Haml)

License

Emmett-HAML is released under BSD license. Check the LICENSE file for more details.

About

Haml templates for Emmett applications

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%