Files in the top-level directory from the latest check-in
- .fossil-settings
- .github
- bin
- doc
- embedded
- lib
- tests
- build.tcl
- dot-envrc
- README.md
Welcome
Welcome to my Mustache project. It provides a set of five related Tcl packages for the parsing and rendering of mustache-style logic-less templates, plus an application for easy command-line access to the functionality.
Attention Please
You are reading this document on the github mirror of the official sources.
Please be aware that tickets added here are ignored, or, at best, simply closed with link to the official ticket tracker.
Sources
See
Guides and other Documentation
- Introduction
- Release Notes
- License
Package References:
Related
Note that I am aware of mustache.tcl.
That implementation is pure a template interpreter, without separation of compiler and render phases. For nested sections it reparses the internal parts over and over again.
This set of packages on the other hand is capable of parsing a given template once and then re-using it multiple times.