项目作者: gi0baro

项目描述 :
Haml templates for Emmett applications
高级语言: Python
项目地址: git://github.com/gi0baro/emmett-haml.git
创建时间: 2019-11-25T20:46:20Z
项目社区:https://github.com/gi0baro/emmett-haml

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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:

  1. pip install emmett-haml

And add it to your Emmett application:

  1. from emmett_haml import Haml
  2. app.use_extension(Haml)

License

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