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


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