{{ define "home" }} {{ template "index" . }} {{ end }} {{ define "content" }}

{{ t "harmony.head.welcome" }}

{{ t "harmony.text.welcome" | safeHTML }}
{{ if not (index .Extra "User") }} {{ t "user.auth.login.action" }} {{ else }} {{ t "eiffel.elicitation.call-to-action" }} {{ end }}
{{ end }}