Article · Wikipedia archive · Last revised Jun 18, 2026

Mako (template engine)

Mako is a template library written in Python. Mako is an embedded Python 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.

Last revised
Jun 18, 2026
Read time
≈ 1 min
Length
146 w
Citations
6
Source
Mako
Original authorMike Bayer1
ReleaseDecember 31, 2006 (2006-12-31)2
Stable release
1.3.123 Edit this on Wikidata
Written inPython
TypeTemplate engine
LicenseMIT License
Websitebitbucket.org/zzzeek/mako Edit this on Wikidata
Repository

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 Pylons5 and Pyramid6 web frameworks.

See also

See also

References

References

External links