Skip to content

Files

Latest commit

1693048 · Jun 27, 2016

History

History

template-engine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 30, 2015
Mar 9, 2014
Jun 27, 2016
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