export function getHtmlContent(content: string): string { return ` ${content} `; }