S
Shu-yu Guo
Kuwata-san he,
I would like to see support for ?-terminated methods in conditionals.
For example, something like the following:
<img src="locked.png" id="if:forum.locked?"/>
Right now, since Kwartz expects the ternary operator ? : when seeing a
?, this gives a parse error.
I would also like to see the following two, if possible:
* Ability to specify more than one logic file for a template, should be
trivial to implement.
* File inclusion directive, perhaps file: or include:
I've decided to adopt Kwartz as my template system for a forum I'm
writing, so reusing parts of the page through inclusion, like the header
and footer, would be optimal.
Thank you very much for your time,
I would like to see support for ?-terminated methods in conditionals.
For example, something like the following:
<img src="locked.png" id="if:forum.locked?"/>
Right now, since Kwartz expects the ternary operator ? : when seeing a
?, this gives a parse error.
I would also like to see the following two, if possible:
* Ability to specify more than one logic file for a template, should be
trivial to implement.
* File inclusion directive, perhaps file: or include:
I've decided to adopt Kwartz as my template system for a forum I'm
writing, so reusing parts of the page through inclusion, like the header
and footer, would be optimal.
Thank you very much for your time,