Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dnote/dnote
/ partialFiles
Function
partialFiles
pkg/server/views/engine.go:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
partialFiles() string {
93
return
fmt.Sprintf(
"templates/partials/*%s"
, TemplateExt)
94
}
95
96
// addTemplatePath takes in a slice of strings
97
// representing file paths for templates.
Callers
1
NewDefaultEngine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected