Re: variables in included templates

"David Jeske" <[email protected]> Tue, 19 Feb 2008 18:41:40 -0000
Newsgroups gmane.text.clearsilver.general
Message-ID <jeske@willow=01k56TqbFEDjCcHt>
What you are attempting to do is an extremely common idiom. The fact that it
does not work for you suggests that something is very wrong, and I recommend
you dig to find out what.

I know this list may seem silly, but check it twice and then think of some
other things to check:

1) are you sure it's including your header and rendering it out? check your
output. Sometimes path problems do funny things.
2) Are you absolutly sure there is no typo in the header? Try putting a <?cs
set:Title="blah" ?> right before the var macro in the header and see if it
works.
3) Are you sure it's not using a different version of the header, again due to
path problems?
4) Are you sure the HDF contains what you expect? Turn on HDF debug and see
what it looks like in the output.
5) Try using a different HDF name (CGI.Title instead of Title), see if it
behaves differently. You never know, there might be a bizarre bug.

-- Bjorn Tipling wrote:
> Yes everything was spelled correctly and it didn't work. I'm using HDF
> with evar: now, which sucks because I don't get the syntax hilighting of
> html markup. Perhaps it's another FastCGI issue?