Redmage/views/components/container.templ

8 lines
87 B
Plaintext
Raw Normal View History

2024-04-09 16:09:08 +07:00
package components
templ Container() {
<div class="p-8">
{ children... }
</div>
}