]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/View/TT.pm
applied Peter J Speltz model/asform fixes
[maypole.git] / lib / Maypole / View / TT.pm
index fd71b4834bb879ba326a9468820579bcb95511bd..7106b7a563f0d5593fdbe3860752aa488b1b575f 100644 (file)
@@ -141,6 +141,9 @@ or CALL a method or operation which will also not return anything.
 You can specify expressions using the logical (and, or, not, ?:) and mathematic
 operators (+ - * / % mod div).
 
+Results of TT commands are interpolated in the place of the template tags, unless
+using SET or CALL, i.e. [% SET foo = 1 %], [% GET foo.bar('quz'); %]
+
 =over 4
 
 [% template.title or default.title %]