{{define "content"}}
{{if .IsEmpty}}
This repository is empty. Initialize it with your first commit:Empty repository
git clone {{.SSHURL}}
cd {{.Repo.Name}}
touch README.md
git add README.md
git commit -m "Initial commit"
git push -u origin main