Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudyKit/jet
/ contentControl
Method
contentControl
parse.go:963–965 ·
view source on GitHub ↗
Content: {{content}} Content keyword is past.
()
Source
from the content-addressed store, hash-verified
961
//
962
// Content keyword is past.
963
func
(t *Template) contentControl() Node {
964
return
t.newContent(t.expectRightDelim(
"content"
).pos)
965
}
966
967
// Else:
968
//
Callers
1
action
Method · 0.95
Calls
2
newContent
Method · 0.95
expectRightDelim
Method · 0.95
Tested by
no test coverage detected