#pragma page-filename DEV/versions/163893 == Current status == The most serious effort at adding templating to Mailman is Ethan Fremen's SoC 2006 project. The initial goals are described on [[DEV/Google_Summer_of_Code_2006|Google Summer of Code 2006]]. The last-known status is described on [[DEV/Google_Summer_of_Code_2006/Summary|his August 2006 summary]]. As a first step, we'll work on [[../StyledPages|using CSS]] in the existing 2.1 codebase. == Questions == The templating toolkit used is Genshi: valid-XML templates, with attributes and elements<
> as the markers for special behaviour and $var for variables. Worth revisiting this decision? What about [[http://werkzeug.pocoo.org/|Werkzeug]] and [[http://jinja.pocoo.org/|jinja2]]? ---- <>