{% assign card = { 'card_class': 'border-0 shadow-sm h-100', 'content': { 'title': 'Test Card', 'body': 'This is a test.', 'buttons': [ { 'text': 'View', 'url': '/foo', 'class': 'btn-outline-primary btn-sm' } ] } } %}{% include card-template/blocks/partials/_matrix-card.html card=card %}