Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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


    {% each [1, 2, 3, 4] as x %}
  • {{ 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)