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

Block

TODO.

<div class="block-type-image flow">
  <figure data-ratio="auto"><img class="filter-orange-500" src="../../../static/images/march.jpg" alt=""></figure>
</div>
{{ c("block", {
  "context": {
    "title": "Text",
    "context": {
      "type": "text",
      "content": "<p class=\"large\">Our movement is made up of people from Canada, Québec, and the many Indigenous nations contained within this territory.</p><p>We come together to win a People’s Agenda— a democratically-designed governing mandate that brings us closer to winning the world we deserve.</p>"
    }
  },
  "type": "image",
  "content": "<figure data-ratio=\"auto\"><img class=\"filter-orange-500\" src=\"../../../static/images/march.jpg\" alt=\"\"></figure>"
}) }}