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

Block

TODO.

<div class="block-type-text flow">
  <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>
</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": "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>"
}) }}