{ title, author, created, content, ... }: { name = "post"; output = { template = "base"; head = /*html*/'' ${title} ''; body = /*html*/''

${title}

${author} | published: ${created}


${content}
''; }; }