blob: f80a2cff45cc877cf6cd2f52e62b98de1a45cf00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
title: Safe functions
linkTitle: safe
description: Template functions to declare a value as safe in the context of Go's html/template package.
categories: []
keywords: []
menu:
docs:
parent: functions
---
Use these functions to declare a value as safe in the context of Go's [html/template] package.
[html/template]: https://pkg.go.dev/html/template
|