iris/_examples/view/template_jet_0/views/todos/show.jet
Gerasimos (Makis) Maropoulos 87e08dbddc Update jet parser to v4.0.0 as requested at: #1551
Former-commit-id: 1ad89532d11716af7a49fe9aafca59e943d98ebe
2020-07-06 21:40:40 +03:00

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}}