1. Demo
  2. Notes
  3. .html
  4. .njk & context
  5. Full Screen ↗

Card

<div class="card">
  <div class="card__content flow">
    <h2 class="h3">
      <a href="#">
      Diverse participation and perspectives</a>
    </h2>
  </div>
</div>
{{ c("card", {
  "title": "Diverse participation and perspectives"
}) }}