No notes defined.

<section class='c-banner'>
    <div class='c-banner__content-wrapper'>

        <header class='c-section-header'>

            <h1 class='c-heading'>
                Email verified
            </h1>

        </header>

        <div class='c-lead'>
            <p>The first paragraph has to briefly describe, in 2 sentences or less, which benefits the current section is.</p>
        </div>
        <p class='c-banner__action'>
            <a class='c-button' href="#">Log in</a>
        </p>
    </div>
</section>
{% include '@unit/banner/banner.twig' with banner %}

{% if form %}
    {% include '@unit/forms/' ~ form.template ~ '.twig' with form %}
{% endif %}
{
  "theme": "education",
  "bodyclass": "p-screen-focused",
  "wrapperClass": "r-page-content",
  "banner": {
    "header": {
      "heading": {
        "text": "Email verified"
      }
    },
    "lead": {
      "content": "<p>The first paragraph has to briefly describe, in 2 sentences or less, which benefits the current section is.</p>"
    },
    "button": {
      "text": "Log in",
      "url": "#"
    }
  }
}
  • Handle: @focused-screen
  • Preview:
  • Filesystem Path: components/06-template/focused-screen/focused-screen.twig