package templates import "strconv" templ Confirmation(title string, id int) { @Layout(title, ConfirmationBody(id)) } templ ConfirmationBody(id int) {