{{define "content" -}} {{if .CurrentUser}}

Welcome back, {{.CurrentUser.Username}}! This is your Dolt database hosting service: dolt clone, push and pull over HTTPS, with a web UI for browsing branches, commits and tables.

Create new database {{icon "caret-right"}} Configure dolt credentials {{icon "caret-right"}}

{{template "repoList" .Repos}} {{if .Repos}} More on your profile {{icon "caret-right"}} {{end}}
{{else}}

{{.SiteName}} {{.SiteLabel}}

dolt.sr.ht hosts Dolt databases the way git.sr.ht hosts git repositories: dolt clone, push and pull over HTTPS, with an integrated web UI for browsing branches, commits and tables.

Log in to create and manage databases.

{{end}} {{- end}}