Mako (template engine)

Mako
Original author(s)Mike Bayer[1]
Initial releaseDecember 31, 2006; 18 years ago (2006-12-31)[2]
Stable release
1.3.8[3] Edit this on Wikidata
Repository
Written inPython
TypeTemplate engine
LicenseMIT License
Websitebitbucket.org/zzzeek/mako Edit this on Wikidata

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.[4] It is the default template language included with the Pylons[5] and Pyramid[6] web frameworks.

See also

References