Card
<div class="card card--home green">
<div class="card__content flow">
<h2 class="h3">
<a href="#">
Events</a>
</h2>
<p>Find out about IDRC events and how you can participate</p>
</div>
</div>
{{ c("card", {
"title": "Events",
"variantClass": "home green",
"body": "Find out about IDRC events and how you can participate"
}) }}