15 Nov
2017
15 Nov
'17
8:57 p.m.
Hi, reading the source code and then looking at the tests reveal that https://metacpan.org/pod/Dancer2::Template::Simple support both variable interpolation <% var1 %> and conditional statement: <% if var %> true <% else %> false <% end %> The latter however is not documented. Is it because it has not been documented or because this feature is not recommended at all? regards Gabor