mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-10 22:58:53 -04:00
263 B
263 B
title | description | categories | menu | keywords | signature | relatedfuncs | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
le | Returns the boolean truth of arg1 <= arg2. |
|
|
|
|
{{ if le 5 10 }}true{{ end }}