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

8 lines
122 B
Plaintext

package layout
templ Container(breakpoint string) {
<div class={ "container", breakpoint }>
{ children... }
</div>
}