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