{% block hero_section %} {% if page.hero_background_image %}
{% image page.hero_background_image original as top_hero %}
{% endif %}
{% endblock hero_section %}
{% block featured_items %}
{% if page.featured_description and page.featured_grid_item_1 and page.featured_grid_item_2 %}
{% image page.hero_logo_image original %}
{{ page.hero_description|richtext }}
{{ page.featured_description|richtext }}
{# Only display categories bar if there is more than one category to show. #}
{% if page.categories|length > 1 %}
{% endif %}
By Topic:
{{ grid_item.title }}
{{ grid_item.description_text|safe }}
{% block button_block %} {% for button in grid_item.buttons %} {# Renders 'blocks/button_section.html' #} {{ button }} {% endfor %} {% endblock button_block %}