<% if ((app.isDesktop() && !p('desktopdisable')) || (!app.isDesktop() && !p('mobiledisable'))) { %>
<% if (p('title') || p('subtitle')) { %>
<% if (p('title')) { %>
<%= p('title') %>
<% } %> <% if (p('subtitle')) { %>
<%= p('subtitle') %>
<% } %>
<% } %>
<% getWidgetCategories().each(function(category) { if (category) { %> <% } }) %>
<% if (!p('hide_link')) { %> <% } %>
<% } %>