- <% end_if %>
- <% if $Title %>
$Title
<% end_if %>
- <% if $Content %>
-
$Content
+<% loop $FeaturesList %>
+
+
+ <% if $Image %>
+
+
+
+
+ <% else %>
+
<% end_if %>
+ <% if $Title %>
$Title
<% end_if %>
+ <% if $Content %>
+
$Content
+ <% end_if %>
- <% if $ElementLink %>$ElementLink<% end_if %>
+ <% if $ElementLink %>$ElementLink<% end_if %>
+
-
+<% end_loop %>
diff --git a/templates/Includes/FeaturesListAlternating.ss b/templates/Includes/FeaturesListAlternating.ss
deleted file mode 100644
index 55fb4fe..0000000
--- a/templates/Includes/FeaturesListAlternating.ss
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
- <% if $Image %>
-
-
-
-
- <% else %>
-
- <% end_if %>
- <% if $Title %>
$Title
<% end_if %>
- <% if $Content %>
-
$Content
- <% end_if %>
-
- <% if $ElementLink %>$ElementLink<% end_if %>
-
-
-