Skip to content

Commit

Permalink
Update templating.md (#1788)
Browse files Browse the repository at this point in the history
Pointing "Go template" hyperlink to actual Go template expression documentation.
  • Loading branch information
Sjoerd van der Hoorn committed Mar 19, 2024
1 parent d64ff73 commit 1817bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/content/templating.md
Expand Up @@ -2,7 +2,7 @@

A template is a re-usable HTML design that can be used across campaigns and transactional messages. Most commonly, templates have standard header and footer areas with logos and branding elements, where campaign content is inserted in the middle. listmonk supports Go template expressions that lets you create powerful, dynamic HTML templates.

listmonk supports [Go template](https://gowebexamples.com/templates/) expressions that lets you create powerful, dynamic HTML templates. It also integrates 100+ useful [Sprig template functions](https://masterminds.github.io/sprig/).
listmonk supports [Go template](https://pkg.go.dev/text/template) expressions that lets you create powerful, dynamic HTML templates. It also integrates 100+ useful [Sprig template functions](https://masterminds.github.io/sprig/).

## Campaign templates
Campaign templates are used in an e-mail campaigns. These template are created and managed on the UI under `Campaigns -> Templates`, and are selected when creating new campaigns.
Expand Down

0 comments on commit 1817bba

Please sign in to comment.