{{template "base/head" .}} {{template "base/navbar" .}} {{template "repo/nav" .}} {{template "repo/toolbar" .}}
{{ $username := .Username}} {{ $reponame := .Reponame}} {{ $branchname := .Branchname}} {{ $treenames := .Treenames}} {{ $repoLink := .RepositoryLink}} {{ $n := len $treenames}} {{$paths := .Paths}} {{ $l := Subtract $n 1}}
{{.LatestCommit.Author}} {{TimeSince .LatestCommit.Date}}
{{range .Files}} {{end}}
README.md
markdown content
{{template "base/footer" .}}