{{ define "title" }} channels · {{ .RepoInfo.FullName }} {{ end }} {{ define "extrameta" }} {{ $title := printf "channels · %s" .RepoInfo.FullName }} {{ $url := printf "https://tangled.org/%s/channels" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} {{ define "repoContent" }}

Channels

{{ range $index, $channel := .Channels }} {{ end }}
{{ range $index, $channel := .Channels }} {{ end }}
{{ if not .Channels }}
No channels found in this repository.
{{ end }}
{{ end }}