export const createCustomHomeTemplateContent = (
stylesheet: string,
hasHeader: boolean,
hasFooter: boolean,
hasSections: boolean,
mainHtml = ''
): string => {
const content: string[] = [];
if ( hasHeader ) {
content.push(
``
);
}
if ( hasSections ) {
// blockGap":"0" removes the theme blockGap from the main group while allowing users to change it from the editor
content.push( `