<% if $Title && $ShowTitle %>

$Title

<% end_if %> <% if $Content %>
$Content
<% end_if %> <% if $TestimonialsList %>
<% loop $TestimonialsList %> <% if $Content || $Name || $Affiliation %>
<% include Objects\Testimonial %>
<% end_if %> <% end_loop %>
<% end_if %>