Mustache

Mustache
Login

Introduction

A processor for mustache templates written in Tcl 8.5+, plus TclOO.

Requires some Tcllib packages:

Application and testsuite further require:

Docs

Related

Yes, I am aware of mustache.tcl. That implementation is a template interpreter, without compiler/render separation. For nested sections it reparses everything over and over again.

This set of packages is capable of parsing a template once and then re-using it multiple times.