summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/_index.md
blob: fa7974685afcea619f82ad4e722fd5c46d1add56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: Functions Quick Reference
linktitle: Functions Quick Reference
description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
keywords: []
menu:
  docs:
    parent: "functions"
weight: 01	#rem
draft: false
aliases: [/layout/functions/,/templates/functions]
---

Go templates are lightweight but extensible. Go itself supplies built-in functions, including comparison operators and other basic tools. These are listed in the [Go template documentation][gofuncs]. Hugo has added additional functions to the basic template logic.

[gofuncs]: https://golang.org/pkg/text/template/#hdr-Functions