cast
Template functions to cast a value from one data type to another.
collections
Template functions to work with arrays, slices, maps, and page collections.
compare
Template functions to compare two or more values.
crypto
Template functions to create cryptographic hashes.
css
Template functions to work with CSS and Sass files.
data
Template functions to read local or remote data files.
debug
Template functions to debug your templates.
diagrams
Template functions to render diagrams.
encoding
Template functions to encode and decode data.
fmt
Template functions to print strings within a template or to print messages to the terminal
global
Global template functions to access page and site data.
go template
Template functions, operators, and statements provided by Go's text/template package.
hash
Template functions to create non-cryptographic hashes.
hugo
Template functions to access information about the Hugo application and the current environment.
images
Use these functions to create an image filter, apply an image filter to an image, and to retrieve image information.
inflect
Template functions to inflect English nouns.
js
Template functions to work with JavaScript and TypeScript files.
lang
Template functions to adapt your site to meet language and regional requirements.
math
Template functions to perform mathematical operations.
openapi3
Template functions to work with OpenAPI 3 definitions.
os
Template functions to interact with the operating system.
partials
Template functions to call partial templates.
path
Template functions to work with file paths.
reflect
Template functions to determine a value's data type.
resources
Template functions to work with resources.
safe
Template functions to declare a value as safe in the context of Go's html/template package.
strings
Template functions to work with strings.
templates
Use these functions to query the template system.
time
Template functions to work with time values.
transform
Template functions to transform values from one format to another.
urls
Template functions to work with URLs.