Reasoning conducted or assessed according to strict principles of validity: "experience is a better guide to this than deductive logic".
Mustache's "sections" use conditional logic in the form of displaying blocks based on the value of a boolean, from the documentation:
Template:
Shown.
{{#nothin}}
Never shown!
{{/nothin}}
Hash:
{
"person": true,
}
Output:
Shown.
I'm therefore curios to learn in what manner is Mustache deemed "logic-less" if logic under my (likely naive/ignorant) definition occurs within its templates?