Components

Callout

This is the callout component motherfucker, which includes an icon, with title.

Markup Details
                            
                              <article class="callout">
  <a href="{{ link }}">
    <div class="callout__icon">
      {% if icon %}
        {% include "@kss-pl-theme/icons/" ~ icon ~ ".svg.twig" %}
      {% endif %}
    </div>
    <h2 class="callout__title">{{ title }}</h2>
  </a>
</article>