mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
|
{{ extends "../layouts/main.jet" }}
|
||
|
{{ block documentBody() }}
|
||
|
<h1>Index Body</h1>
|
||
|
<h3>Message: {{.Message}}</h3>
|
||
|
{{ end }}
|