mako

Package — TemplatesPython 3.7+Intermediate

Fast template library with embedded Python

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
MarkupSafe
Install
pip install mako

Learn by Difficulty

Quick Example

python
# Install: pip install mako
import mako

# Basic mako usage
print(f"Using mako")
# See documentation for detailed examples

mako is a third-party package. Fast template library with embedded Python. Install with: pip install mako

Try in Playground

Tags

packagetemplatesrenderingweb