{{ define "title" }}{{ .Path }} at {{ .Ref }} · {{ .RepoInfo.FullName }}{{ end }} {{ define "extrameta" }} {{ end }} {{ define "repoContent" }} {{ $lines := split .Contents }} {{ $tot_lines := len $lines }} {{ $tot_chars := len (printf "%d" $tot_lines) }} {{ $code_number_style := "text-gray-400 dark:text-gray-500 left-0 bg-white dark:bg-gray-800 text-right mr-6 select-none inline-block w-12" }} {{ $linkstyle := "no-underline hover:underline" }}
at {{ .Ref }} {{ .Lines }} lines {{ byteFmt .SizeHint }} view raw {{ if .RenderToggle }} view {{ if .ShowRendered }}code{{ else }}rendered{{ end }} {{ end }}
{{ if .IsBinary }}

This is a binary file and will not be displayed.

{{ else }}
{{ if .ShowRendered }}
{{ .RenderedContents }}
{{ else }}
{{ $.Contents | escapeHtml }}
{{ end }}
{{ end }} {{ end }}