{{ define "title" }}{{ .RepoInfo.FullName }}{{ end }} {{ define "extrameta" }} {{ template "repo/fragments/meta" . }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo) }} {{ end }} {{ define "repoContent" }}
{{ $files := (list "src" "docs" "config" "lib" "index.html" "log.html" "needsUpgrade.html" "new.html" "tags.html" "tree.html") }} {{ range $files }} {{ if (contains . ".") }} {{ i "file" "size-4 inline-flex" }} {{ else }} {{ i "folder" "size-4 inline-flex fill-current" }} {{ end }} {{ . }} {{ end }}
{{ i "triangle-alert" "size-5 inline-flex items-center align-middle" }} The knot hosting this repository needs an upgrade. This repository is currently unavailable.
{{ end }}