hugo/docs/content/en/functions/lt.md
2023-05-22 16:47:07 +02:00

17 lines
262 B
Markdown

---
title: lt
description: Returns the boolean truth of arg1 < arg2.
categories: [functions]
menu:
docs:
parent: functions
keywords: [operators,logic]
signature: ["lt ARG1 ARG2"]
relatedfuncs: []
---
```go-html-template
{{ if lt 5 10 }}true{{ end }}
```