<blockquote class="pull-quote">
    <p class="pull-quote-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
    <footer class="pull-quote-footer"><cite class="pull-quote-author">Kåre Albrechtsen, Director at Clever</cite>
    </footer>
</blockquote>
<blockquote class="pull-quote">
    <p class="pull-quote-text">{{ quote|nl2br|raw }}</p>
    {% if quoteAuthor %}
        <footer class="pull-quote-footer"><cite class="pull-quote-author">{{ quoteAuthor }}</cite>
        </footer>
    {% endif %}
</blockquote>
{
  "quote": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
  "quoteAuthor": "Kåre Albrechtsen, Director at Clever"
}

Pull quote

Purpose: Used to highlight parts of the text and create variation on a page.

Element: Pull quote text

Purpose: Contains a quote or short excerpt from the Text Block.
Required: Yes
Recommendations: Keep max to about 200 characters (including spaces)

Element: Pull quote author

Purpose: Contains the name of the author of the quote.
Required: No