Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gi0baro/emmett-haml
Haml templates for Emmett applications
https://github.com/gi0baro/emmett-haml
emmett haml python
Last synced: 8 days ago
JSON representation
Haml templates for Emmett applications
- Host: GitHub
- URL: https://github.com/gi0baro/emmett-haml
- Owner: gi0baro
- License: bsd-3-clause
- Created: 2019-11-25T20:46:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T15:26:37.000Z (about 4 years ago)
- Last Synced: 2024-10-13T00:27:16.820Z (25 days ago)
- Topics: emmett, haml, python
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Emmett-HAML
Emmett-HAML is an [Emmett framework](https://github.com/emmett-framework/emmett) 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](https://img.shields.io/pypi/v/emmett-haml.svg?style=flat)](https://pypi.python.org/pypi/emmett-haml)
## Installation
You can install Emmett-HAML using pip:
pip install emmett-haml
And add it to your Emmett application:
```python
from emmett_haml import Hamlapp.use_extension(Haml)
```## License
Emmett-HAML is released under BSD license. Check the LICENSE file for more details.