<% if (user) { %>

<%= user.name %>

<% } %> <% if (data) { %>

<%= data.hello %>

<% } %>