<% if(data.title){ %>

<%= data.title %>

<% } %>
<% if(data.buttons.length > 0){ %>
<% _.each(data.buttons, function(button) { %> <% }); %>
<% } %>