<%= title %>

Manage testimonials section

View Homepage
Testimonials Settings
YouTube video URL
<% if (data.videoThumbnail) { %> Thumbnail preview <% } %>

Testimonial Items
<% if (data.items && data.items.length> 0) { %> <% data.items.forEach((item, index)=> { %>
<% if (item.avatar) { %> Avatar <% } %>
<% }); %> <% } %>