This is a title

  • Wednesday
    Nov
    23
    This is the title
    12:05 PM EST
  • Wednesday
    Nov
    23
    This is the title
    12:05 PM EST
  • Wednesday
    Nov
    23
    This is the title
    12:05 PM EST
  • Wednesday
    Nov
    23
    This is the title
    12:05 PM EST
Markup Details
                            {{ attach_library('goizueta_theme/slate-event-list') }}

{% include '@components/heading/heading.twig' with heading %}
<section class="slate-event-list">
  <ul class="slate-event-list__container">

    {% for item in event_items %}
      <li class="slate-event-list__item">
        {% include '@components/slate-event-card/slate-event-card.twig' with item %}
      </li>
    {% endfor %}

  </ul>
</section>