Skip to content

Latest commit

 

History

History

Mako

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Mako Exploration

This directory contains various examples explored for using Mako Templating.

Examples

Here's a brief collection of various examples explored for Mako Template Engine:

  • simple.py: A very basic example use case for Mako Template Engine.
  • context.py: A very basic example rendered through Context Object.
  • htmlMako.py: A very simple HTML Document renderer using Mako.