{% load static %} {% load wagtailcore_tags wagtailimages_tags %}
{% if value.icon %} {% endif %} {% if value.title %}

{{ value.title }}

{% endif %} {% if value.description %}
{{ value.description|richtext }}
{% endif %}
{% if value.document %}
{% if value.button_text %}{{ value.button_text }}{% else %} Download {% endif %}
{% endif %}