Skip to content

gi0baro/emmett-haml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.