Templet is a template preprocessor written in pure Lua, which parses
text templates with embedded Lua statements and Lua expressions.
Templet is based on the Slightly Less Simple Lua Preprocessor [2]
written by Rici Lake; with slightly improved parsing, support for
an output function, and a test suite.