% if (title) { %>
<%= title %>
<% } else { %>
My Awesome Page
<% } %>
<% if (title) { %>
<%= title %>
<% } %> <% if (subtitle) { %>
<%= subtitle %>
<% } %>
Latest Mastodon post:
<% if (mastodon){ %> <%- include('widgets/mastodon',{mastodon:mastodon}) %> <% } %>
Hello World