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.

13 lines
356 B

<li class="{{if .Completed}}completed{{end}}">
<div class="view">
<form class="toggle" action="/toggle?id={{.Id}}" method="POST">
<button>
t
</button>
</form>
<!-- <input class="toggle" type="checkbox" {{if .Completed}}checked{{end}}> -->
<label>{{.Title}}</label>
<button class="destroy"></button>
</div>
</li>