Software:Mako (template engine)

From HandWiki
Revision as of 12:49, 9 February 2024 by S.Timg (talk | contribs) (add)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Python template library
Mako
MakoLogo large.png
Original author(s)Mike Bayer[1]
Initial releaseDecember 31, 2006; 17 years ago (2006-12-31)[2]
Written inPython
TypeTemplate engine
LicenseMIT License

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

See also

References

External links