go-ssb-room/web/templates/auth/withssb_sign_in.tmpl

9 lines
255 B
Cheetah

{{ define "title" }}{{i18n "AuthWithSSBTitle"}}{{ end }}
{{ define "content" }}
<div id="page-header">
<h1 id="welcome" class="text-lg">{{i18n "AuthWithSSBWelcome"}}</h1>
</div>
<div>
<pre>{{.}}</pre>
</div>
{{end}}