yogthos/Selmer

No boolean operators for conditions

Open

#311 创建于 2024年10月25日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Clojure (670 star) (86 fork)batch import
enhancementhelp wanted

描述

I know there is "all" and "any" in conditions, but there doesn't seem to be an "and" (or "or") operator for instance?

Like: {% if condition-a and condition-b %} (or perhaps "if and conditon-a condition-b")

Right now I need to nest two if-tags, which is not so nice..

贡献者指南