{{< layout}} {{$body}}
{{csrf:input}}
{{^todos_data}}

no todos

{{/todos_data}} {{#todos_data}}
{{csrf:input}} {{http_patch:input}} {{^finished}} {{/finished}} {{#finished}} {{/finished}} {{title}}
{{csrf:input}} {{http_delete:input}}
{{/todos_data}} {{/body}} {{/layout}}