~bigbes/sr-ht-dolt

ref: dcdc9790d7fa085b5238eb39f196ccc8a2c0d5da sr-ht-dolt/web/templates/user.html -rw-r--r-- 165 bytes
dcdc9790 — Eugene Blikh mcpsrv: serve a stateless read-only MCP surface 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}}