Overview
========

The cmf.pt package allows using the Chameleon template engine with the
Zope 2 CMF.

Usage
-----

To enable Chameleon, simply include the ZCML configuration::

  <include package="five.pt" />
  <include package="cmf.pt" />

For general information about Chameleon, see
http://chameleon.repoze.org/.
