mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
Ability to register a view engine per group of routes or for the current a chain of handlers
Example at: https://github.com/kataras/iris/tree/master/_examples/view/context-view-engine
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{{ define "content" }}
|
||||
<h1>Hello, Admin!</h1>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user