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

{{.Fullname}}

{{ 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 .Language}} {{.}} {{end}}

{{end}}
{{end}} {{ if .files}}

Files

    {{ range $key, $value := .files}} {{ if eq .Type "dir" }}
  • 📁 {{.Path}}
  • {{ else }}
  • 🗒️ {{.Path}}
  • {{ end }} {{ end }}
{{ 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" .}}