Mako (template engine)

From Justapedia, unleashing the power of collective wisdom
Jump to navigation Jump to search
Mako
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

  1. ^ Mike Bayer is the creator of SQLAlchemy and Mako Templates for Python.
  2. ^ "Mako Release History". Retrieved 7 March 2022.
  3. ^ "A Beginners Guide to the reddit Source Code: Part 2, the View, Templates and Mako".
  4. ^ "Views — Pylons Framework 1.0.2 documentation".
  5. ^ "Templates — the Pyramid Community Cookbook v0.2".

External links