Mako (template engine)
Jump to navigation
Jump to search
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
| Mako | |
|---|---|
| Original author | Mike Bayer[1] |
| Initial release | December 31, 2006[2] |
| Repository |
|
| Written in | Python |
| Engine | |
| 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.
See also
[edit | edit source]References
[edit | edit source]- ^ Mike Bayer is the creator of SQLAlchemy and Mako Templates for Python.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
External links
[edit | edit source]