iris/_examples/view/overview/templates/functions.html
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>