On 29/01/14 05:55, Sherwood Botsford wrote:
[% PROCESS header.inc
    Title = "Instant Trees -- Just add water"
    Desc = "Sherwood's Forests advice on getting your own forest quickly."
    [% INSERT last-modified-gmt.inc %]
%]

You have nested [% %] in there, try this:

[% PROCESS header.inc
    Title = "Instant Trees -- Just add water"
    Desc = "Sherwood's Forests advice on getting your own forest quickly.";
    INSERT last-modified-gmt.inc
%]

cheers,

Tom

_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to