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