mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
076d9121f1
Former-commit-id: 3e00bdfbf1f3998a1744c390c12fd70430ac0320
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}}
|