summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/le.md
blob: 632e43a0ea0dddd7b42f3e2979d539c726f59b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: le
description: Returns the boolean truth of arg1 <= arg2.
categories: [functions]
menu:
  docs:
    parent: functions
keywords: [operators,logic]
signature: ["le ARG1 ARG2"]
relatedfuncs: []
---


```go-html-template
{{ if le 5 10 }}true{{ end }}
```