Software:Mako (template engine)
From HandWiki
Short description: Python template library
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.
See also
References
- ↑ Mike Bayer is the creator of SQLAlchemy and Mako Templates for Python.
- ↑ "Mako Release History". https://pypi.org/project/Mako/#history. Retrieved 7 March 2022.
- ↑ "A Beginners Guide to the reddit Source Code: Part 2, the View, Templates and Mako". 4 February 2011. https://old.reddit.com/r/redditdev/comments/fewoh/a_beginners_guide_to_the_reddit_source_code_part/.
- ↑ "Views — Pylons Framework 1.0.2 documentation". https://docs.pylonsproject.org/projects/pylons-webframework/en/latest/views.html.
- ↑ "Templates — the Pyramid Community Cookbook v0.2". https://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/pylons/templates.html.
External links
Original source: https://en.wikipedia.org/wiki/Mako (template engine).
Read more |