This repository contains a template for a simple auditor Web site. The Web site consists of basically static HTML. However, the static HTML is run through the Jinja2 template processor for internationalization. Structure: INSTALL contains instructions for how to generate the HTML page(s). template/ Basically, you edit the English "*.html.j2" files in template/, and then run the Python script to generate static HTML. To facilitate translation, all English text in the HTML is marked for GNU Gettext using Jinja2 mark-up. locale/ The translations of the strings into the various languages are in the locale/ directory. inc/ This directory contains various Python scripts that are included during the pre-processing with Jinja2.