diff options
author | Grail Finder <wohilas@gmail.com> | 2025-03-29 14:28:41 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-03-29 14:28:41 +0300 |
commit | cb8b8e80d774608c6aa7a1d28f6d948828fea806 (patch) | |
tree | c6a6b99cb2f03b69d142930ca720c24f22b8351c /components/index.html | |
parent | 7a3a73f2a7f2498c61c71f3242a0fcd6c56dfb69 (diff) |
Chore: cleaning
Diffstat (limited to 'components/index.html')
-rw-r--r-- | components/index.html | 12 |
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> |