SEM LAYOUT
Hello World!
<% if (is_desktop) { %>
You're using a desktop
<% } %> <% if (is_phone) { %>
You're using a phone
<% } %> <% if (is_tablet) { %>
You're using a tablet
<% } %>