The generic template is the default and recommended starting point. It accepts all content-section placeholders, making it fully customizable for any vertical without code changes.
<ol> <li>Our team curates the best content from trusted sources.</li> <li>We filter through the noise to find what matters most.</li> <li>Every day, <strong><em>{{BRAND_NAME}}</em></strong> delivers fresh content to you.</li></ol>
Full FAQ HTML block including the faq-content div and optional important-box
Example:
<div class="faq-content"> <div class="faq-item"> <div class="faq-question">How Much Does it Cost?</div> <div class="faq-answer"><strong><em>{{BRAND_NAME}}</em></strong> is 100% Free!</div> </div> <div class="faq-item"> <div class="faq-question">How Do I Unsubscribe?</div> <div class="faq-answer">Reply STOP to any text or click unsubscribe in emails.</div> </div></div><div class="important-box"> <h3>IMPORTANT:</h3> <p>We will <strong>NEVER</strong> spam.</p></div>
"healthylivingalerts.com": { "_template": "generic.html", "{{BRAND_NAME}}": "Healthy Living Alerts", "{{COMPANY_LEGAL_NAME}}": "Wellness Media LLC", "{{SITE_DOMAIN}}": "healthylivingalerts.com", "{{SITE_CODE}}": "HEALTHYLIVING", "{{CONTACT_EMAIL}}": "support@healthylivingalerts.com", "{{CONTACT_ADDRESS}}": "Wellness Media LLC, 123 Main St, Austin, TX 78701", "{{CONTACT_PHONE}}": "(800) 555-1234", "{{GOVERNING_STATE}}": "Texas", "{{PRIMARY_COLOR}}": "#2d8a4e", "{{HERO_TITLE}}": "Premium Health & Wellness Updates Delivered to You!", "{{HERO_DESCRIPTION}}": "Stay informed on the latest supplements and nutrition...", "{{FOOTER_DISCLAIMER}}": "<p>These statements have not been evaluated by the FDA...</p>", # ... plus HOWTO_STEPS, FAQ_SECTION}