flatter html

This commit is contained in:
bronkuu 2026-06-15 20:15:12 +02:00
parent cf2e217030
commit a74c276cd3
11 changed files with 84 additions and 107 deletions

View file

@ -3,7 +3,7 @@ package templates
import "strconv"
templ Confirmation(title string, id int) {
@Layout(title, templ.NopComponent, ConfirmationBody(id))
@Layout(title, ConfirmationBody(id))
}
templ ConfirmationBody(id int) {