package templates import "gitgud/internal/domain" templ BrowseBlob(user *domain.User, repo *domain.Repository, ref string, blob *domain.FileBlob, highlighted string) { @Layout(blob.Path+" · gitgud", user) { @repoHeader(repo, "code")