package ui type ModalProps struct { Title string Body templ.Component Actions templ.Component } templ Modal(props ModalProps) {