hugo/docs/content/functions/gt.md
2017-07-31 09:21:24 +02:00

385 B

title linktitle description godocref date publishdate lastmod categories menu signature workson hugoversion relatedfuncs deprecated aliases
gt gt Returns the boolean truth of arg1 > arg2. 2017-07-26 2017-07-26 2017-07-26
functions
docs
parent
functions
gt ARG1 ARG2
false
{{ if gt 10 5 }}true{{ end }}