# {{.Repo.Name}} {{.Repo.Description}} => ./branches ⌥ Branches => ./tags 🏷️Tags => ./refs/HEAD/tree/ 📄 Files ## Latest Commits {{ with .Repo.Commits .Ctx "HEAD" 5 -}} {{ range . -}} => ./refs/{{.Hash}}/ {{.ShortMessage}} {{ end -}} {{ if len . | eq 0 -}} (no commits to show) {{ end -}} {{ end }} {{ with .Repo.Readme .Ctx "HEAD" -}} {{ if len .RawContents | ne 0 -}} ## {{.Filename}} ```{{.Filename}} contents {{.GeminiEscapedContents}} ``` {{ end -}} {{ end }}