mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-02 02:39:07 -05:00
262 B
262 B
title | description | categories | menu | keywords | signature | relatedfuncs | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lt | Returns the boolean truth of arg1 < arg2. |
|
|
|
|
{{ if lt 5 10 }}true{{ end }}