summaryrefslogtreecommitdiff
path: root/components/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/index.html')
-rw-r--r--components/index.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/components/index.html b/components/index.html
index 4562550..cd6eeeb 100644
--- a/components/index.html
+++ b/components/index.html
@@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Action Points Journal</title>
+ <title>German exercises</title>
<meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="/assets/style.css" />
<link rel="icon" sizes="64x64" href="/assets/favicon/wolfhead_negated.ico" />
@@ -10,18 +10,12 @@
</head>
<body>
<div id="ancestor">
- {{ if not .Username }}
<div>
- {{ template "auth" }}
+ {{.Text}}
</div>
- {{ else }}
<div>
- hello user
+ <!-->here we need to iterate through options and make them selectable; ai!<-->
</div>
- <div>
- some button
- </div>
- {{ end }}
</div>
</body>
</html>