package testimport templ listItem() {
  • { children... }
  • } templ list() { } templ main() { @list() { @listItem() { Item 1 } @listItem() { Item 2 } @listItem() { Item 3 } } }