10 Jun
2011
10 Jun
'11
7:20 p.m.
On Fri, Jun 10, 2011 at 6:31 PM, Gabor Szabo <szabgab@gmail.com> wrote:
My main issue though is that I'd like to do loops. Can I do that with the template system that comes with Dancer or do I need to install TT in order to do it?
If you want conditionals, you should use a different templating system. While Template Toolkit is the most famous, there's Template::Tiny which is * very* slim (but supports conditionals) and Text::Xslate which is *blazing*fast. Both have template engines for Dancer.