SimpleTemplater

What SimpleTemplater
Where https://github.com/cyrilthomas/tcl-simple-templater
Description Django-style templates for Tcl.
Prerequisites Tcl 8.5?
Update 2013-10
License ?

Example

{% for addr in address %}
   <p>{{loop.count}} Firstname: {{addr.name.0}}</p>
{% endfor %}