package layout
// Columns is a component that renders a responsive flex container that stacks on mobile
templ Columns() {
{ children... }
}
// Rows is a component that renders a responsive flex container that wraps on mobile
templ Rows() {
{ children... }
}
templ Separator(text string) {
}