You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
226 B

<li class="{{if .Completed}}completed{{end}}">
<div class="view">
<input class="toggle" type="checkbox" {{if .Completed}}checked{{end}}>
<label>{{.Title}}</label>
<button class="destroy"></button>
</div>
</li>