~bigbes/sr-ht-dolt

ref: 8527f0fdd75341f817d55c259583dd1dbebe173f sr-ht-dolt/web/templates/user.html -rw-r--r-- 159 bytes
8527f0fd — Eugene Blikh feat(web/beads): hierarchy in the milestone view 13 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}}