{{ define "title" }}{{ .Path }} at {{ .Ref }} · {{ .RepoInfo.FullName }} · Tangled{{ end }} {{ define "extrameta" }} {{ template "repo/fragments/meta" . }} {{ $title := printf "%s at %s · %s" .Path .Ref .RepoInfo.FullName }} {{ $url := printf "https://tangled.org/%s/blob/%s/%s" .RepoInfo.FullName .Ref .Path }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} {{ define "repoContent" }} {{ $linkstyle := "no-underline hover:underline" }}
This directory is a git submodule of {{ .BlobView.ContentSrc }}.
{{ else if .BlobView.ContentType.IsImage }}This file is too large to render. View raw..
{{ else if .BlobView.ContentType.IsMarkup }}Previews are not supported for this file type.
{{ end }} {{ template "fragments/multiline-select" }} {{ if .LastCommitInfo }} {{ template "repo/fragments/permalinkShortcutScript" (printf "/%s/tree/%s/%s" .RepoInfo.RepoIdentifier .LastCommitInfo.Hash .Path) }} {{ end }} {{ end }}