<%- meta.title %>'s Feed on Mastodon
<%- meta.description %>
<% items.forEach(function(item){ %>
<%- item.title %>
<%= item.author.displayName %>
<%= item.author.fullName %>
<%- item.content %>
<% if (item.enclosures.length > 0){ %>
<% for (var i = 0; i < item.enclosures.length; i ++){ %> <% } %>
<% } %>
<%- item.stringDate %>
<% }); %>