X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/db9f2b1b2b97fd92b09f170c3b567ec59030bf0a..9d08f18a13ab8e5d428c5b2ad44df46cbace36a6:/doc/templates/discussion.mdwn

diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn
index c202ecf40..dddab48d4 100644
--- a/doc/templates/discussion.mdwn
+++ b/doc/templates/discussion.mdwn
@@ -22,3 +22,7 @@ Am I missing something?  --[[jwalzer]]
 > lines of perl - you'd just need to define a `pagetemplate` hook. --[[smcv]]
 
 Is there a list of all the available variables somewhere, or do I just grep the source for TMPL_VAR?  And is there a way to refer to a variable inside of a wiki page or does it have to be done from a template?  Thanks. -- [[AdamShand]]
+
+I pulled a list of variables and posted it, its in the history for [[templates]] under my name. [[justint]]
+
+I am trying to override `page.tmpl` by providing `templates/page.tmpl` in my `srcdir`- this works, but now `templates/page.tmpl` is created in my `destdir` as well! Is this expected? Is there a way to avoid this? --chenz