<div class="grid-item-two-third">
    Grid item two third
</div>
<div class="{{ grid_item_class }}">
  {% block body %}
    {{ grid_item_copy }}
  {% endblock %}
</div>
{
  "grid_item_class": "grid-item-two-third",
  "grid_item_copy": "Grid item two third"
}

There are no notes for this item.