12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
package bulma
|
|
|
|
templ Section(title, subtitle string) {
|
|
<section class="section">
|
|
<h1 class="title">Section</h1>
|
|
<h2 class="subtitle">
|
|
A simple container to divide your page into <strong>sections</strong>, like
|
|
the one you're currently reading.
|
|
</h2>
|
|
</section>
|
|
}
|