{{#if eyebrow}}
    <h4 class="quiz-results__eyebrow js-results-eyebrow">{{eyebrow}}</h4>
{{/if}}
<h2 class="quiz-results__title">{{title}}</h2>
{{> @cp-text-richtext richtext}}
{{#if button}}
    {{> @cp-button-primary target=button.target url=button.url text=button.text modifier="with-icon" }}
{{/if}}