No notes defined.

{# {% if content %} #}
<div class="uol-rich-text {% if lead %} uol-rich-text--with-lead{% endif %}">
    {{ content | safe }}

    {# Only used for debugging and testing #}
    {% for component in components %}
        {% render '@' + component.name, { content: component.content } %}
    {% endfor %}
</div>
{# {% endif %} #}
<div class="uol-rich-text ">
    <p>Curabitur blandit tempus porttitor.</p>

</div>
{
  "content": "<p>Curabitur blandit tempus porttitor.</p>"
}