{{ template "header" .}}
{{ if .repo }} {{ range $key, $value := .repo}}
Download (zip) View on GitHub

{{.Username}}/{{.Reponame}}

{{ if .Parent }}

This repository is a fork of {{.Parent}}.

{{ end }} {{ if .Description }}

{{.Description}}

{{ end }} {{ if .Link }} {{.Link}} {{end}} {{ if .Tags }}

Tags: {{range .Tags}} {{.}} {{end}}

{{end}} {{ if .License }}

⭐ {{.Stars}} 🍴 {{.Forks}} 👀 {{.Watchers}} ⚖️ {{.License}} 🌿 {{.DefaultBranch}}

{{ else }}

⭐ {{.Stars}} 🍴 {{.Forks}} 👀 {{.Watchers}} ⚖️ No license 🌿 {{.DefaultBranch}}

{{ end }} {{ if .Language }}

{{range $o := .Language}}{{$o.Name}} {{$o.Percent}}, {{end}}

{{range $i, $o := .Language}}   {{end}}

{{end}} {{ if .CommitsBehind }} This repository is {{.CommitsBehind}} commits behind its parent. {{end}}
{{end}} {{ if .files}}

Files

{{ range $key, $value := .files}} {{ if eq .Type "dir" }} {{ else }} {{ end }} {{ end }}
📁 {{.Path}} 🗒️ {{.Path}} {{.Commit}} {{.Date}}
{{ end }} {{ if .readme}}
{{ if .repo }} {{ range $key, $value := .repo}}

{{.Readme}}

{{end}} {{end}}
{{ unescape .readme}}
{{ end }} {{ else }}

Repository not found

That repository doesn't exist.

{{ end }}
{{ template "footer" .}}