Re: [Templates] Dependency:

2017-04-17 Thread Lathan Bidwell
Hello Sherwood, I am less familiar with ttree's syntax, but I feel like Bash completion may be interfering with your command line arguments. You might try single quotes around the arguments with asterixs in them. i.e.: ttree -f .ttreerc --depend '*=lib/header.inc' *Lathan Bidwell* Web

Re: [Templates] "ignore" a section

2016-03-07 Thread Lathan Bidwell
You could do: [% SET J = '$'; %] $J(document) Processes to...: $(document) *Lathan Bidwell*Web Programmer Division of Integrated Marketing & Communication Andrews University 269-471-6313 *office*www.andrews.edu "Seek Knowledge. Affirm Faith. Change the World." On Mo

Re: [Templates] "ignore" a section

2016-03-07 Thread Lathan Bidwell
You could stop using $'s outside of TT tags, and turn off the Interpolate configuration: http://template-toolkit.org/docs/manual/Config.html#section_INTERPOLATE *Lathan Bidwell* On Mon, Mar 7, 2016 at 2:37 PM, Aaron Macks <upell...@gmail.com> wrote: > I was trying to avoid having ano

Re: [Templates] debugging

2015-12-11 Thread Lathan Bidwell
That's because the syntax for defined is more like: IF help.defined('id'); See the full docs: http://template-toolkit.org/docs/manual/VMethods.html#section_defined_exists Lathan Hmm, > > I've found a way to make that error go away. > > The keyword-index index included another template called

Re: [Templates] debugging

2015-12-10 Thread Lathan Bidwell
Is this related to TT's strict? http://template-toolkit.org/docs/manual/Config.html#section_STRICT *Lathan Bidwell*Web Programmer Division of Integrated Marketing & Communication Andrews University 269-471-6313 *office*www.andrews.edu "Seek Knowledge. Affirm Faith. Change

Re: [Templates] Apache Template content repeating in callstack

2015-01-14 Thread Lathan Bidwell
Hello, I was able to figure out the problem. There was a custom module: Template::Plugin::Gallery that declared $self as a global variable. I have corrected that improper usage and my issue appears to have been solved. Thanks, Lathan On Tue, Jan 13, 2015 at 3:53 PM, Lathan Bidwell lat

[Templates] Apache Template content repeating in callstack

2015-01-13 Thread Lathan Bidwell
every several minutes on my production web servers, so any help would be appreciated. Lathan Bidwell ___ templates mailing list templates@template-toolkit.org http://mail.template-toolkit.org/mailman/listinfo/templates