export const mainIndex = ({title}: {title: string}) => ` ${title}
`.trim();