~bigbes/sr-ht-dolt

ref: ed5a65bcd20e870d076abffa4446b9f6f5426349 sr-ht-dolt/web/templates/user.html -rw-r--r-- 165 bytes
ed5a65bc — Eugene Blikh chrome: link the favicon through the shared head partial 9 days ago
                                                                                
1
2
3
4
5
{{define "content" -}}
<h2>{{icon "user"}} ~{{.Owner}}</h2>
<p class="text-muted">Databases owned by ~{{.Owner}}.</p>
{{template "srht-repo-list" .Repos}}
{{- end}}