Back to Gofr

Todo

examples/using-html-template/templates/todo.html

1.56.4102 B
Original Source

{{.PageTitle}}

{{range .Todos}} {{if .Done}} - {{.Title}} {{else}} - {{.Title}} {{end}} {{end}}