{{ page.title }}
{{ grid_item.title }}
{{ grid_item.description_text|safe }}
{% for button in grid_item.buttons %} {# Renders 'blocks/button_section.html' #} {{ button }} {% endfor %}{% extends "base.html" %} {% load staticfiles %} {% load cache %} {% load wagtailcore_tags %} {% block extra_head_bottom %} {% endblock extra_head_bottom %} {% block content %} {% cache 3600 "wagtail-" request.path %}
{{ grid_item.description_text|safe }}
{% for button in grid_item.buttons %} {# Renders 'blocks/button_section.html' #} {{ button }} {% endfor %}