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

<%= description %>

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