~bigbes/sr-ht-dolt

ref: b4d6a3e641dc1e4417b69149ee707d8bd183465e sr-ht-dolt/web/templates/user.html -rw-r--r-- 159 bytes
b4d6a3e6 — Eugene Blikh docs: add design spec a month 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}}