Files
go-htmx-tailwind-example/templates/company-add.html
2023-06-09 21:41:47 -04:00

7 lines
118 B
HTML

<tbody id="table-body">
{{ template "row-add.html" . }}
{{range .}}
{{ template "row.html". }}
{{end}}
</tbody>