generated from ElnuDev/go-project
Improve demo using html/templates instead of templ
This commit is contained in:
parent
20db5cdaad
commit
3fc30c0d3a
8 changed files with 27 additions and 113 deletions
1
templates/click.html
Normal file
1
templates/click.html
Normal file
|
@ -0,0 +1 @@
|
|||
The button has been clicked <b>{{ . }} time{{ if ne . 1 }}s{{ end }}</b>!
|
Reference in a new issue