From 1817bba284d5894dc170aacb2fcc9af56a8ee497 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Hoorn Date: Tue, 19 Mar 2024 08:08:07 +0100 Subject: [PATCH] Update templating.md (#1788) Pointing "Go template" hyperlink to actual Go template expression documentation. --- docs/docs/content/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/content/templating.md b/docs/docs/content/templating.md index 3b5c45e5e..3df01f56a 100644 --- a/docs/docs/content/templating.md +++ b/docs/docs/content/templating.md @@ -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.