From 7c952e784429626c0a68c01341c286f983b87dd7 Mon Sep 17 00:00:00 2001 From: Vinit Parekh Date: Mon, 20 Jan 2025 15:47:39 +0530 Subject: [PATCH] docs: removed duplicate line --- 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 3df01f56a..43ff66d69 100644 --- a/docs/docs/content/templating.md +++ b/docs/docs/content/templating.md @@ -1,6 +1,6 @@ # Templating -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. +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](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/).