iris/_examples/view/template_jet_0/views/todos/show.jet

10 lines
193 B
Plaintext
Raw Normal View History

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