X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d..d25e91e12735b9c1095776f7f32aedecf920ff2d:/doc/templates.mdwn?ds=sidebyside 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**." +]]