Skip to content

0.1.0

Compare
Choose a tag to compare
@clarete clarete released this 06 Aug 23:07
· 60 commits to master since this release

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