~bigbes/sr-ht-dolt

ref: 97e0f8a7d96859c2749e0bd2a59a37dc26eacc2f sr-ht-dolt/web/templates/user.html -rw-r--r-- 165 bytes
97e0f8a7 — Eugene Blikh browse: add TableHash for per-commit change detection 5 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}}