rm datastar-ep-2 bc too complex

This commit is contained in:
2025-12-09 18:01:36 +01:00
parent a42bb627a0
commit ddc3d77394
14 changed files with 0 additions and 277 deletions
@@ -0,0 +1,9 @@
<div id="todo-container">
<h2>Listado de tareas</h2>
<button data-on-click="@get('/todo/new')">Nueva tarea</button>
<ol id="todo-list-body">
{{ range .TodoList }} {{ template "fragments/todo-row" . }} {{ end }}
</ol>
</div>