~bigbes/sr-ht-dolt

ref: 8583f3a605bd36fbeb448a3605a327fdd8ca6545 sr-ht-dolt/web/templates/user.html -rw-r--r-- 159 bytes
8583f3a6 — Eugene Blikh doltsrht: pass full os.Args to server.New so -b binds the web listener 30 days ago
                                                                                
1
2
3
4
5
{{define "content" -}}
<h2>{{icon "user"}} ~{{.Owner}}</h2>
<p class="text-muted">Databases owned by ~{{.Owner}}.</p>
{{template "repoList" .Repos}}
{{- end}}