diff --git a/templates/home.tmpl b/templates/home.tmpl index aa11f992c..3a1cca49e 100755 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -10,7 +10,11 @@
{{.page_description}}
+ {{if .IsSigned}} + {{.page_use}} + {{else}} {{.page_use}} + {{end}}