Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kataras/iris
/ layout
Function
layout
_examples/view/parse-template/main.go:42–45 ·
view source on GitHub ↗
(ctx iris.Context)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
layout(ctx iris.Context) {
43
ctx.ViewLayout(
"layouts/main.html"
)
44
index(ctx)
45
}
Callers
nothing calls this directly
Calls
2
ViewLayout
Method · 0.80
index
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…