0.1.0
templatel is a template language for Emacs-Lisp. It's inspired by Python's Jinja and provides most of its interesting functionalities, like a powerful expression language, if
and for
statements as well as the ability to inherit templates with statements extends
and block
.
This initial release counts with the following value filters:
- upper
- lower
- sum
- plus1
- int