Affected Version
Version 2.0.2
Description
Can not find the FlexSlider.ss template
Steps to Reproduce
Works if I change ElementSlideshow.ss to
<% if $Title && $ShowTitle %><h2 class="element__title">$Title</h2><% end_if %>
<% if $Content %><div class="element__content">$Content</div><% end_if %>
<% if $SlideShow %>
<% include Dynamic\\FlexSlider\\Includes\\FlexSlider %>
<% end_if %>
Affected Version
Version 2.0.2
Description
Can not find the FlexSlider.ss template
Steps to Reproduce
Works if I change ElementSlideshow.ss to