Skip to content

Latest commit

 

History

History

template-engine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
Author: Ned Batchelder
Project: Template engine
Requirements: Python

This directory contains a simple templating engine, such as you might use to
generate HTML in a web application.

To run the tests::

    $ python -m unittest discover