yogthos/Selmer

No boolean operators for conditions

オープン

#311 opened on 2024/10/25

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Clojure (121 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (1,042 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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..

コントリビューターガイド