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