MCPcopy Create free account
hub / github.com/kataras/iris / BlocksEngine

Struct BlocksEngine

view/blocks.go:23–25  ·  view source on GitHub ↗

BlocksEngine is an Iris view engine adapter for the blocks view engine. The blocks engine is based on the html/template standard Go package. To initialize a fresh one use the `Blocks` function. To wrap an existing one use the `WrapBlocks` function. It contains the following four default template f

Source from the content-addressed store, hash-verified

21//
22// Read more at: https://github.com/kataras/blocks.
23type BlocksEngine struct {
24 Engine *blocks.Blocks
25}
26
27var (
28 _ Engine = (*BlocksEngine)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected