The Template Attribute Language (TAL) is a templating language aimed to generate
HTML and
XML pages. Its main goal is to simplify the collaboration of programmers and designers by templates being proper HTML (or XML, respectively) which can be worked on using common design tools.TAL was created for
Zope but is used in other
Python-based projects as well.
See more at Wikipedia.org...