lt.md (378B)
1 ---
2 title: lt
3 linktitle: lt
4 description: Returns the boolean truth of arg1 < arg2.
5 date: 2017-07-26
6 publishdate: 2017-07-26
7 lastmod: 2017-07-26
8 categories: [functions]
9 menu:
10 docs:
11 parent: "functions"
12 keywords: [operators,logic]
13 signature: ["lt ARG1 ARG2"]
14 workson: []
15 hugoversion:
16 relatedfuncs: []
17 deprecated: false
18 aliases: []
19 ---
20
21
22 ```
23 {{ if lt 5 10 }}true{{ end }}
24 ```