newsbot-portal/internal/views/bulma/section.templ

12 lines
277 B
Plaintext
Raw Normal View History

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>
}