diff --git a/templates/index.html b/templates/index.html
index 84401e3..98d4432 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,9 +14,9 @@
{{range .}}
{{.Title}}
+ - Description: {{.Description}}
- Connection String: {{.IPAddr}}{{if ne .Port 34197}}:{{.Port}}{{end}}
- Version: {{.Version}}
- - Server Name: {{.Title}}
- Current players:
{{.Players}}
{{end}}