diff --git a/docs/templates.html b/docs/templates.html
index 1eb9d7a..b9fd9c1 100644
--- a/docs/templates.html
+++ b/docs/templates.html
@@ -167,5 +167,18 @@ a planet:format
attribute containing the referenced date
formatted according to the [planet] date_format
specified
in the configuration
+
+
Genshi approaches the power of XSLT, but with a syntax that many Python +programmers find more natural, succinct and expressive. Genshi templates +have access to the full range of feedparser values, with the following additions:
+feed
element which describes the feed
+for your planet, there is also a feeds
element which contains
+the description for each subscription.feed
, feeds
, and source
elements have a child config
element which contains the config.ini entries associated with that feed.subtitle
, rights
, title
, summary
, content
) also contain a stream
element which contains the value as a Genshi stream.entries
has a new_date
and new_feed
value which indicates if this entry's date or feed differs from the preceeding entry.