Improve demo using html/templates instead of templ

This commit is contained in:
Elnu 2023-07-16 13:12:45 -07:00
parent 20db5cdaad
commit 3fc30c0d3a
8 changed files with 27 additions and 113 deletions

1
templates/click.html Normal file
View file

@ -0,0 +1 @@
The button has been clicked <b>{{ . }} time{{ if ne . 1 }}s{{ end }}</b>!