1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00
Files
kararas_iris/_examples/view/overview/templates/functions.html
Gerasimos (Makis) Maropoulos de8883fc98 examples: add an example for #2019
2022-12-17 01:16:10 +02:00

4 lines
144 B
HTML

<h1>Function: {{ Now }}</h1>
<h1>Field: {{ .Ctx.Request.URL.Path }} </h1>
<h1>Field Struct's Function (Method): {{ .Ctx.FullRequestURI }} </h1>