Version 1 of SimpleTemplater

Updated 2018-03-04 12:03:13 by dbohdan
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 %}