% if (title) { %>
<%= title %>
<% } else { %>
My Awesome Page
<% } %>
<% if (title) { %>
<%= title %>
<% } %> <% if (subtitle) { %>
<%= subtitle %>
<% } %>
Hello World