diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/server/plugins/structures/bundler/index.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt index b3f3edbf7..65c403d06 100644 --- a/doc/server/plugins/structures/bundler/index.txt +++ b/doc/server/plugins/structures/bundler/index.txt @@ -107,9 +107,13 @@ Genshi templates ================ Genshi templates are used by adding a Genshi xml-style template to the -Bundler directory with a `.genshi` file extension. Version 0.4 or newer +Bundler directory with a ``.genshi`` file extension. Version 0.4 or newer of genshi is required. +.. important:: The ``.genshi`` file extension is required in order for the + server to know that the Bundle should be rendered using + Genshi. + Motivation ---------- |