<div class="card">
  <h2>Card Title here</h2>
  {% include '@atoms/buttons/button.twig' with {
    text: 'some text from card'
  } only %}
</div>
