{{define "repoContent"}}
{{- if .IsEmpty }} this repo is empty {{ else }}
{{ $containerstyle := "py-1" }} {{ $linkstyle := "no-underline hover:underline" }} {{ range .Files }} {{ if not .IsFile }} {{ end }} {{ end }} {{ range .Files }} {{ if .IsFile }} {{ end }} {{ end }}
{{ range .Commits }}
{{ .Message }}
{{ slice .Hash.String 0 8 }}  ·  {{ .Author.Name }}  ·  {{ timeFmt .Author.When }}
{{ end }}
{{- if .Readme }}
{{- .Readme -}}
{{- end -}} {{- end -}}
clone
git clone https://tangled.sh/{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
    
{{end}}