yogthos/Selmer

No boolean operators for conditions

Offen

#311 geöffnet am 25.10.2024

 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Clojure (121 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (1.042 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide