diff options
Diffstat (limited to 'components/index.html')
-rw-r--r-- | components/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/index.html b/components/index.html index 3693a56..a1d9293 100644 --- a/components/index.html +++ b/components/index.html @@ -10,9 +10,10 @@ </head> <body> <div id="ancestor"> - {{ if not . }} + {{ if not .Username }} <div> {{ template "auth" }} + {{ template "recommendation" .Recommendations}} </div> {{ else }} <div> @@ -20,6 +21,7 @@ </div> <div> {{ template "showformbtn" }} + {{ template "recommendation" .Recommendations}} </div> {{ end }} </div> |