${$('#preview').innerHTML}
    `; } $('#toolbar').innerHTML = ` `; // Labels $('#lbl-title').textContent = t('lblTitle'); $('#lbl-company').textContent = t('lblCompany'); $('#lbl-industry').textContent = t('lblIndustry'); $('#lbl-summary').textContent = t('lblSummary'); $('#lbl-challenge').textContent = t('lblChallenge'); $('#lbl-solution').textContent = t('lblSolution'); $('#lbl-results').textContent = t('lblResults'); $('#lbl-metrics').textContent = t('lblMetrics'); $('#lbl-quote').textContent = t('lblQuote'); $('#lbl-quoteauthor').textContent = t('lblQuoteauthor'); $('#lbl-takeaways').textContent = t('lblTakeaways'); $('#lbl-preview').textContent = t('lblPreview'); render(); GZ.renderToolPage({ category: 'text', titleKey: 'toolTitle', descKey: 'toolDesc', howToSteps: ['step1','step2','step3','step4'], related: [ {icon:'📄', href:'/text/blog-title-generator.html', name:'Blog Title Generator'}, {icon:'✍️', href:'/text/cover-letter-generator.html', name:'Cover Letter Generator'}, {icon:'📋', href:'/text/invoice-generator.html', name:'Invoice Generator'}, {icon:'📝', href:'/text/resume-builder.html', name:'Resume Builder'}, ] });