~bigbes/sr-ht-dolt

ref: 8e89f8a025a3b0b6304a280de3ca1ab311daa911 sr-ht-dolt/web/templates/user.html -rw-r--r-- 159 bytes
8e89f8a0 — Eugene Blikh feat(web/beads): promote milestones to their own view/tab 29 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}}