mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
|
{{extends "layouts/application.jet"}}
|
||
|
|
||
|
{{block documentBody()}}
|
||
|
<h1>Show TODO</h1>
|
||
|
<p>This uses a custom renderer by implementing the jet.Renderer interface.
|
||
|
<p>
|
||
|
{{.}}
|
||
|
</p>
|
||
|
{{end}}
|