<%- include("partials/head.ejs", { title: `Tweet by ${authorName} (@${authorHandle}) - ${title}`, description: content }) %>

<%= description %>

<%- include("partials/tweet.ejs", { authorName, authorHandle, authorUrl, content, url }) %>