~bigbes/sr-ht-dolt

ref: 0af9ccda90ae2e1068c8a79fb1209df17cd41394 sr-ht-dolt/web/templates/user.html -rw-r--r-- 165 bytes
0af9ccda — Eugene Blikh web: guard mutations with ecore's csrf, cache and panic middleware 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}}