<% if ((typeof title !== 'undefined') && (title.length > 0)) { %>

<%= title %>

<% } %> <% if (typeof config === 'undefined') { %> Loading... <% } else { %>
ID:  <%= id %>
Name:  <%= name !== undefined ? name : "" %>
Spec:  <%= spec !== undefined ? spec : "" %>

<% _.each(config, function(value, key){ %> <% }); %>
Configuration Key Value
<%- key%> <%- value%>
No special configuration set
<% } %>