mirror of
https://github.com/glanceapp/glance.git
synced 2026-06-28 06:46:16 +00:00
Source: https://pkg.go.dev/text/template#hdr-Functions The comparison functions the greater-than-or-equal-to and less-than-or-equal-to are `ge` and `le`, not `gte` and `lte`. I got an error rendering my template before I realized this.