Hello,
How does one name the files to include dynamically?
I've tried
<!-- TMPL_INCLUDE <!-- TMPL_VAR include_file --> -->
but obviously it didn't work. I also tried something like:
# template file <!-- TMPL_VAR include -->
# code ...(:include "<!-- TMPL_INCLUDE 'b.tmpl' -->")...
It didn't work, since HTML-TEMPLATE only fills the tags once.
Thank you in advance.
-- '(Yours parenthetically), peter barabas.
Hi Peter!
Sorry for the delay, I'm having the flu... :(
On Wed, 18 Jan 2006 10:18:10 +0100, Peter BARABAS peter.barabas@gmail.com wrote:
How does one name the files to include dynamically?
There's currently no way to do that. You'll have to code this yourself. (Patches welcome... :)
Cheers, Edi.
html-template-devel@common-lisp.net