8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
package bulma
|
|
|
|
// Simple spacer that accepts children
|
|
templ Block() {
|
|
<div class="block">
|
|
{ children... }
|
|
</div>
|
|
} |