<section class="rg-intro rg-intro--selective-yellow">
    <div class="container">
        <h2 class="subtitle">Subtitle Subtitle</h2>

        <h1 class="title">Title Title</h1>

    </div>
</section>
<section class="rg-intro {{#if modifier}}rg-intro--{{modifier}}{{/if}}">
    <div class="container">
      {{ render "@subtitle" }}
      {{ render "@title" }}
    </div>
</section>
{
  "title": "Title Title",
  "subtitle": "Subtitle Subtitle",
  "modifier": "selective-yellow"
}

No notes defined.