Does anyone know if or how one can pass in a dynamic name of a
template to a Aspen simplate page vs it being hard coded on a simplate
page?
Currently the way I have been doing this is in the 3rd ^L page
{% include projectTemplate2.tpl %}
What I would like to do is in the second ^L do something like
templateName = "projectTemplate2.tpl"
Then in 3rd ^L page do something like
{% templateName %}
I've tried several ideas and none would allow me to pass in what ever
name I wanted.
Any ideas of how to get Python + Aspen + Tornado to play nice together
here?
Thanks
-Kevin