mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 13:35:59 +00:00
Embrace the feature request for per-party layout https://github.com/kataras/iris/issues/180
This commit is contained in:
@@ -31,6 +31,8 @@ const (
|
||||
|
||||
// NoLayout to disable layout for a particular template file
|
||||
NoLayout = "@.|.@iris_no_layout@.|.@"
|
||||
// TemplateLayoutContextKey is the name of the user values which can be used to set a template layout from a middleware and override the parent's
|
||||
TemplateLayoutContextKey = "templateLayout"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user