gcg-website/layouts/partials/data/termin-upcoming.html
Denys Konovalov 3eaf98528a
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 15s
Website Prod/Test / Testumgebung (push) Successful in 9s
add hidden switch to termine
2024-08-16 20:51:08 +02:00

1 line
115 B
HTML

{{ return and (not .hidden) (or (ge (.date | time.AsTime) now) (and .enddate (ge (.enddate | time.AsTime) now))) }}