gcg-website/layouts/partials/data/termin-upcoming.html
Denys Konovalov 942ef76fc9
Some checks failed
website-main / prod-build (push) Failing after 14s
website-main / test-build (push) Failing after 6s
fix date sorting
2024-03-24 16:11:29 +01:00

1 line
95 B
HTML

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