{% load cms_tags %} {# INFO: slide for a SlideCMSPlugin instance #} {#
#} {# {% with image=instance.image %}#} {# {% if image %}#} {# {% with image=instance.image srcset=lightslider.srcset %}{% include 'aldryn_lightslider/plugins/lightslider/standard/includes/image.html' %}{% endwith %}#} {# {% endif %}#} {# {% endwith %}#} {##} {# {% if instance.title %}#} {#
#} {# {{ instance.title|safe }}#} {#
#} {# {% endif %}#} {#
#}
  • {% with image=instance.image %} {% if image %} {% with image=instance.image srcset=lightslider.srcset %}{% include 'aldryn_lightslider/plugins/lightslider/standard/includes/image.html' %}{% endwith %} {% endif %} {% endwith %}