import { sayings } from '@utils/sayings'; import { textTruncate } from '@utils/textTruncate'; import { NewsType } from '@utils/validationSchemas'; import Template from './Template'; export default function NewsletterTemplate(stories: NewsType[]) { return { subject: `What's new from the Hackernews forum?`, template: (