diff --git a/src/frontend/templates/index.html b/src/frontend/templates/index.html index 420aab7..f159628 100644 --- a/src/frontend/templates/index.html +++ b/src/frontend/templates/index.html @@ -1,28 +1,28 @@ {{if .Announcement}} - - - {{if .Announcement.Warning}} - - - - - {{else}} - - - - - - - {{end}} - {{.Announcement.Title}} - - {{.Announcement.Body}} - + + + {{if .Announcement.Warning}} + + + + + {{else}} + + + + + + + {{end}} + {{.Announcement.Title}} + + {{.Announcement.Body}} + {{end}}