simple-template
simple-template copied to clipboard
Text templating processor for SWI-Prolog.
We are using your library for creating LaTeX files and are planning to generate markdown files. Is it possible to allow setting the arbitrary extension for the template file? Strictly...
What is the best, i.e. fast and thread safe way to calculate the length of the rendered entity before sending it to the output. Here's my attempt but it doesn't...
frame.html: ``` {{ block }} ``` toplevel.html: ``` {{ mixin frame }} Hello {{ end }} ``` produces: ``` Hello ```