Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-cheff/yate
Yet another template engine. Yate is a small, fast html template engine.
https://github.com/mr-cheff/yate
template template-engine
Last synced: 19 days ago
JSON representation
Yet another template engine. Yate is a small, fast html template engine.
- Host: GitHub
- URL: https://github.com/mr-cheff/yate
- Owner: mr-cheff
- License: mit
- Created: 2022-02-23T08:41:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T13:46:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T03:03:33.655Z (about 2 months ago)
- Topics: template, template-engine
- Language: Python
- Homepage: https://pypi.org/project/yate-engine/
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yate (Yet a small template engine)
Yet another template engine. Yate is a small, fast html template engine.```html
- {{ x }}
{% each [1, 2, 3, 4] as x %}
{% end %}
```
## Installation
This package is registered in [pypi](https://pypi.org/project/yate-engine/). This means that by using the `pip` command yate will be installed.
Install yate by runing the following command:
```
$ pip3 install yate-engine
```
## Documentation
The documentation for `yate` can be found at the [wiki](https://github.com/mauro-balades/yate/wiki/Documentation).
## License
Yate is under the license of `MIT`. Check it out in [LICENSE](./LICENSE)