~bigbes/sr-ht-dolt

ref: 4520d5cf9385a3a7c18037e0c3dba95ad1874b35 sr-ht-dolt/web/templates/user.html -rw-r--r-- 159 bytes
4520d5cf — Eugene Blikh feat(web): pluggable alternative-view registry for repositories 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}}