{% if title or text or coordinates %}
  <section class="m_map" m-pack="premium">
    {% include 'm_components/widgets/headline.twig' with {
      title : title,
      text: text
    }
    only %}
    {% if coordinates %}
      <div id="{{ _m_widget }}" class="map" data-lat="{{ coordinates[0] }}" data-lng="{{ coordinates[1] }}"></div>
    {% endif %}
  </section>
{% endif %}
