Mako (template engine)

Mako
Original author(s)Mike Bayer
Initial releaseDecember 31, 2006 (2006-12-31)
Stable release
1.3.10 
Repository
Written inPython
TypeTemplate engine
LicenseMIT License
Websitebitbucket.org/zzzeek/mako 

Mako is a template library written in Python. Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance. The Mako template is used by Reddit. It is the default template language included with the Pylons and Pyramid web frameworks.