{% if title or text %}
<section class="m_editor" m-pack="basic">
  <div>
    {% include 'm_components/widgets/headline.twig' with {title: title, text: text} only %}

    {% if subtext %}
    <div class="m_content">
        {{fn.apply_filters('the_content', fn.html_entity_decode(subtext))|raw}}
    </div>
    {% endif %}
    </div>
  </div>
</section>
{% endif %}
