From 3ab648382d403cdfe5c0c7218fafe2b4197ccfd7 Mon Sep 17 00:00:00 2001 From: Marco Kaufmann <66012520+mahgoh@users.noreply.github.com> Date: Wed, 27 Apr 2022 19:41:37 +0200 Subject: templates: Add missing backticks in docs (#4737) --- modules/caddyhttp/templates/templates.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/caddyhttp/templates') diff --git a/modules/caddyhttp/templates/templates.go b/modules/caddyhttp/templates/templates.go index 20eed8a..8f2ae9d 100644 --- a/modules/caddyhttp/templates/templates.go +++ b/modules/caddyhttp/templates/templates.go @@ -100,6 +100,7 @@ func init() { // {{ define "main" }} // content // {{ end }} +// ``` // // **index.html** // ``` -- cgit v1.2.3