The templates tag can be used to enumerate all the templates that are managed by Couch.
Example -
<cms:templates show_hidden='1' order='desc'> <cms:dump /> </cms:templates>
By default the hidden templates are not enumerated. This can be changed by setting this parameter to 1.
The templates can be ordered by one of these attributes - name, title or order. The default is order.
Can be set to either asc or desc.