<%= title %>
<%= description %>
<% yes.forEach(([ summary, content ]) => { %>
-
<% if (content) { %>
<%- summary %>
<%- content %>
<% } else { %>
<%- summary %>
<% } %>
<% }) %>
<% no.forEach(([ summary, content ]) => { %>
-
<% if (content) { %>
<%- summary %>
<%- content %>
<% } else { %>
<%- summary %>
<% } %>
<% }) %>