const markdown = `--- source: "<%- item.url %>" <% if (item.context) { -%> context: "<%- item.context %>" <% } -%> title: "<%- item.title %>" date: "<%- item.year %>-<%- item.month %>-<%- item.day %>T<%- item.date.format('HH:mm:ss') %>" --- <%- item.content %> ` const enclosures = `
<% images.forEach(function(image){ %>
Enclosed Toot image
<% }); %>
` module.exports = { markdown, enclosures }