package main const rssRoot = ` {{title}} {{link}} {{description}} fbfeed {{items}} ` const rssItem = ` {{time}} {{time}} {{link}} {{content}} ` const htmlRoot = `
{{description}}
{{content}}