Hacker News new | ask | show | jobs
by j_baker 5923 days ago
I think it's more about what it can't do than what it can. The main page claims that the templates are "logic-less". There's some benefit to that from a strictly MVC standpoint.
1 comments

I guess the code's author has an interesting take on logic, because one of the examples contains an if statement:

Hello {{name}} You have just won ${{value}}! {{#in_ca}} Well, ${{taxed_value}}, after taxes. {{/in_ca}}

Admittedly, it's a bit obfuscated but whatever way you look at it, it's still logic in the view file.