<%
 const text = locals.text || { paragraphs: 1 };

 for (let i = 0; i < text.paragraphs; i++) {
 %>
<p><%- lorem(); %></p>
<% } %>
