{{ define "title" }}Issues · {{ .RepoInfo.FullName }} · Tangled{{ end }} {{ define "extrameta" }} {{ $title := "Issues"}} {{ $url := printf "https://tangled.org/%s/issues" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} {{ define "repoContent" }} {{ $active := .FilterState }} {{ $open := (dict "Key" "open" "Value" "Open" "Icon" "circle-dot" "Meta" (scaleFmt .RepoInfo.Stats.IssueCount.Open)) }} {{ $closed := (dict "Key" "closed" "Value" "Closed" "Icon" "ban" "Meta" (scaleFmt .RepoInfo.Stats.IssueCount.Closed)) }} {{ $values := list $open $closed }}