{% load static cache wagtailcore_tags wagtailimages_tags %}
{{ grid_item.description_text|safe }}
{% block button_block %} {% for button in grid_item.buttons %} {# Renders 'blocks/button_section.html' #} {% include_block button %} {% endfor %} {% endblock button_block %}