mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
examples: add an example for #2019
This commit is contained in:
3
_examples/view/overview/templates/functions.html
Normal file
3
_examples/view/overview/templates/functions.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<h1>Function: {{ Now }}</h1>
|
||||
<h1>Field: {{ .Ctx.Request.URL.Path }} </h1>
|
||||
<h1>Field Struct's Function (Method): {{ .Ctx.FullRequestURI }} </h1>
|
||||
Reference in New Issue
Block a user