mustache

Difference between version 4 and 6 - Previous - Next
'''https://mustache.github.io/mustache.5.html%|%mustashe%|%''' is a [templating] language implemented for many platforms.  It is advertised as "logic-less" because it lacks explicit flow control.  It has two implementations for Tcl.

** mustache.tcl **

'''https://github.com/ianka/mustache.tcl%|%mustache.tcl%|%''' is a Tcl-only implementation of the http://mustache.github.io/%|%mustache%|% templating language.  It supports v1.1.3 of the mustache spec and the optional lambda part.  It needs at least Tcl 8.5.

The package is available on https://github.com/ianka/mustache.tcl%|%GitHub%|%.

Comments and further testcases welcome.

** mustache (by [aku]) **
This implementation separates the template parsing and the render stage, enabling you to avoid repeated parsing and cache parsed templates.  It requires Tcl 8.5+ and [Tcl00OO].

https://core.tcl-lang.org/akupries/mustache/home
** See also **

   * [handlebars]

<<categories>>Template | Package