MCPcopy 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
42func layout(ctx iris.Context) {
43 ctx.ViewLayout("layouts/main.html")
44 index(ctx)
45}

Callers

nothing calls this directly

Calls 2

ViewLayoutMethod · 0.80
indexFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…