{% extends "coderedcms/blocks/base_block.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% load static %} {% block block_render %}

{{ value.section_label }}

{{ value.title }}

{{ value.subtitle }}

{% for feature in value.features %}
{% if feature.icon %}{% endif %} {{ feature.text }}
{% endfor %}
{% endblock %}