Zope Page Templates (ZPT) ------------------------- Zope Page Templates is a HTML and XML templating language that allows you to write templates that still look like markup, not programming code. Instead of mixing in lots of potentially complicated code into a template, logic is in a few simple attributes that get attached to existing HTML. This way, web designers can stay in control over the look and feel of your application.