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