{% load static cache wagtailcore_tags wagtailimages_tags %} {% if page.hero_background_image %} {% image page.hero_background_image original as top_hero %}
{% image page.hero_logo_image original class="wg-logo" %} {{ page.hero_description|richtext }} {% if page.hero_button_url|length %} {{ page.hero_button_text }} {% endif %}
{### Featured ###}
{% if page.featured_description %} {% endif %}
{### Toggle View ###}
{% endif %}