diff options
Diffstat (limited to 'backend/templates/simple.html')
| -rw-r--r-- | backend/templates/simple.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/backend/templates/simple.html b/backend/templates/simple.html index dd00397..7b4f6d3 100644 --- a/backend/templates/simple.html +++ b/backend/templates/simple.html @@ -1 +1,5 @@ -{{ define "body" }}{{ .Content }}{{ end }} +{{ define "body" }} +<main id="content"> +{{ .Content }} +</main> +{{ end }} |
