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


```go-html-template
{{ if ne .Section "blog" }}current{{ end }}
```