Skip to content

Files

Latest commit

author
John Clover
Nov 26, 2015
b1c260a · Nov 26, 2015

History

History
This branch is 533 commits behind aosabook/500lines:master.

template-engine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 30, 2015
Mar 9, 2014
Nov 26, 2015
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