diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 0d64803..164a810 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,5 @@ {{ define "content" }} - <div id="index"> - {{ .Content }} - </div> +<main> + {{ .Content }} +</main> {{ end }} |
