Templated elements
==================

Easy Template product makes it possible to use templates in the following places.

Document
--------

Use Templated Document content type to add scriptable Plone pages.

This content item has a tab *Template* which allows you to adjust advanced
template properties:

- *Show errors*: After checking this option the error messages will be available
  to the user regardless whether he/she is admin
 
- *Unfiltered template*: A field for raw HTML code input. This code is not 
  scrambled or filtered by WYSIWYG editing or HTML filtering functions.
  
You can debug the template code by seeing the direct template engine output
by appending */testTemplate* to the object url. It will return 
plain text view what the cooked template has eaten.

Portlets
--------

Use Templated Portlet portlet to add scripts to your portlets. Templated Portlet is based on `

Enter the template code in the visual editor. Raw HTML editing is not yet supported here.

Email
-----

Use Templated Mail Action to add scripting to your content rules based outgoing email messages.

Template expansion is available in all the fields: *recipients*, *subject* and *message*.






