summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/templates.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn
index 71bf8a47a..a3adaf93e 100644
--- a/doc/templates.mdwn
+++ b/doc/templates.mdwn
@@ -1,9 +1,11 @@
-[[if test="enabled(template)"
- then="This wiki has templates **enabled**."
- else="This wiki has templates **disabled**."]]
+[[if test="enabled(template)" then="""
+This wiki has templates **enabled**.
These templates are available for inclusion onto other pages in this
wiki:
[[inline pages="templates/* and !*/discussion" feeds=no archive=yes
sort=title template=titlepage]]
+"""
+else="This wiki has templates **disabled**."
+]]