package components import "fmt" type ModalProps struct { ID string Title string Open bool Content templ.Component } templ Modal(props ModalProps) { } templ ModalContainer() { }