newsbot-portal/components/bulma/layout/container.templ

8 lines
122 B
Plaintext
Raw Normal View History

2024-07-13 10:35:36 -07:00
package layout
templ Container(breakpoint string) {
<div class={ "container", breakpoint }>
{ children... }
</div>
}