Original author(s) | Mike Bayer[1] |
---|---|
Initial release | December 31, 2006[2] |
Written in | Python |
Type | Template engine |
License | MIT 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.
Original source: https://en.wikipedia.org/wiki/Mako (template engine).
Read more |