rename to datastar-ep-1 and cp datastar-ep-2

This commit is contained in:
2025-12-09 02:47:45 +01:00
parent 5a43abbdc7
commit a42bb627a0
14 changed files with 277 additions and 0 deletions
@@ -1,15 +0,0 @@
<li id="todo-{{ .ID }}">
<button
{{
if
.Completed
}}
disabled
{{
end
}}
data-on-click="@patch('/todo/{{.ID}}/completed')"
>
{{ .ID }} {{ .Name }} - {{ .Completed }}
</button>
</li>