aboutsummaryrefslogtreecommitdiff
path: root/captain/templates
diff options
context:
space:
mode:
Diffstat (limited to 'captain/templates')
-rw-r--r--captain/templates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/captain/templates/index.html b/captain/templates/index.html
index 1bbf8f4..6a41d0d 100644
--- a/captain/templates/index.html
+++ b/captain/templates/index.html
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8"/>
<title>{{ title }} - I'm Levitating!</title>
<link rel="stylsheet" href="/static/style.css" />
</head>
@@ -22,7 +24,7 @@
<div class="content">
- {{ content }}
+ {{ contents }}
</div>