yogthos/Selmer

No boolean operators for conditions

Aberta

#311 aberto em 25 de out. de 2024

 (6 comentários) (0 reação) (0 responsável)Clojure (121 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (1.042 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador