<% if( name.length > 0 ) { %>

<%= name %>

<% } %> <% if( description.length > 0 ) { %>
<%= description %>
<% } %>
Add more