<% if (typeof(description) !== 'undefined') { %><%- description %><% }%> <% if (typeof(keywords) !== 'undefined') { %><%- keywords %><% }%>
<%- root %>
<% if (typeof(listSamples) !== 'undefined') { %> <% listSamples.forEach(function(number) {%>
  • <%- number %>
  • <% }); %>
    <% }%>