hugo/docs/content/en/getting-started/glossary/function.md
2025-01-23 09:47:46 +01:00

5 lines
230 B
Markdown

---
title: function
---
Used within a [template action](g), a function takes one or more [arguments](g) and returns a value. Unlike [methods](g), functions are not associated with an [object](g). See [details](/functions/).