Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreixell committed Nov 22, 2023
1 parent 1391540 commit b84fc7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/sources/static/configuration/agent-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,8 @@ snippets:
app: app1
```

> **Note:** Base configurations and snippets can contain go's [text/template](https://pkg.go.dev/text/template) actions. If you need preserve the literal value of a template action, you can escape them using backticks (for example, `{{ .template_inside_template }}`).
> **Note:** Base configurations and snippets can contain go's [text/template](https://pkg.go.dev/text/template) actions. If you need preserve the literal value of a template action, you can escape them using backticks.Example:

```
{{ `{{ .template_var }}` }}
```

0 comments on commit b84fc7e

Please sign in to comment.