{% load wagtailcore_tags %} {% load wagtailimages_tags %} {% load waggylabs_filters %} {% if orientation_style == 'horizontal' %}
{% if not after_cut %} {% image value.image original class='img-fluid-h rounded-start' %} {% endif %}
{{ value.title }}
{% if value.subtitle %}
{{ value.subtitle }}
{% endif %} {% include_block value.text %}
{% if value.links %} {% endif %}
{% else %}
{% if not after_cut %} {% image value.image original class='img-fluid card-img-top' %} {% endif %}
{{ value.title }}
{% if value.subtitle %}
{{ value.subtitle }}
{% endif %} {{ value.text|markdown:page.pk|safe }}
{% if value.links %} {% endif %}
{% endif %}