iris/_examples/view/overview/templates/functions.html

4 lines
144 B
HTML
Raw Normal View History

2022-12-17 00:16:10 +01:00
<h1>Function: {{ Now }}</h1>
<h1>Field: {{ .Ctx.Request.URL.Path }} </h1>
<h1>Field Struct's Function (Method): {{ .Ctx.FullRequestURI }} </h1>