github.com/manicqin/nomad@v0.9.5/ui/app/templates/components/freestyle/sg-font-sizing.hbs (about)

     1  {{#freestyle-usage "font-sizing"}}
     2    <div class="block">
     3      <h1 class="title">Large Title</h1>
     4      <p>Some prose to follow the large title. Not necessarily meant for reading.</p>
     5    </div>
     6    <div class="block">
     7      <h2 class="title is-4">Medium Title</h2>
     8      <p>Some prose to follow the large title. Not necessarily meant for reading.</p>
     9    </div>
    10    <div class="block">
    11      <h3 class="title is-5">Small Title</h3>
    12      <p>Some prose to follow the large title. Not necessarily meant for reading.</p>
    13    </div>
    14  {{/freestyle-usage}}