summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates
diff options
context:
space:
mode:
authorMarco Kaufmann <66012520+mahgoh@users.noreply.github.com>2022-04-27 19:41:37 +0200
committerGitHub <noreply@github.com>2022-04-27 11:41:37 -0600
commit3ab648382d403cdfe5c0c7218fafe2b4197ccfd7 (patch)
tree15b4d4a646fbf951af9dc5ee81cd57436be5a8c5 /modules/caddyhttp/templates
parent40b193fb791e241dec630a37167aac576375bc96 (diff)
templates: Add missing backticks in docs (#4737)
Diffstat (limited to 'modules/caddyhttp/templates')
-rw-r--r--modules/caddyhttp/templates/templates.go1
1 files changed, 1 insertions, 0 deletions
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**
// ```