Template Options
| Template | File | Best For |
|---|---|---|
| Generic | generic.html | Any vertical — nutra, ecommerce, general content |
| Finance (Index) | index.html | Financial newsletters, investing, market research |
| Finance (Watchdog) | watchdog.html | Financial research with analyst carousel |
Brand Config Fields
These fields are available across all templates.Identity & URLs
| Placeholder | Purpose | Example |
|---|---|---|
{{BRAND_NAME}} | Brand name shown throughout the page | Smart Investors Daily |
{{COMPANY_LEGAL_NAME}} | Legal entity for terms/privacy pages | It's Today Media |
{{SITE_DOMAIN}} | Domain name | smartinvestorsdaily.com |
{{SITE_URL}} | Homepage URL | / |
{{REDIRECT_URL}} | Post-signup redirect | /privacy-policy |
{{SIGNUP_URL}} | Signup form action URL | / |
{{SITE_CODE}} | Internal code for tracking | SMARTINVESTORS |
Contact Information
| Placeholder | Purpose | Example |
|---|---|---|
{{CONTACT_EMAIL}} | Contact email address | support@example.com |
{{CONTACT_ADDRESS}} | Physical mailing address (HTML allowed) | 123 Main St,<br/>Austin, TX 78701 |
{{CONTACT_PHONE}} | Phone number | (800) 555-1234 |
Legal
| Placeholder | Purpose | Example |
|---|---|---|
{{GOVERNING_STATE}} | Jurisdiction for legal pages | South Carolina |
Assets & Branding
| Placeholder | Purpose | Example |
|---|---|---|
{{FAVICON_URL}} | Favicon image path | /static/favicon.svg |
{{HEADER_BRAND}} | Header content (text or HTML with img tag) | My Brand or <img src="/static/logo.png" alt="My Brand" style="height: 40px;"> |
Content Section Placeholders (Generic Template)
These placeholders are only used bygeneric.html. They allow full customization of page content without modifying the template.
Colors
| Placeholder | Purpose | Default | Example (Nutra) |
|---|---|---|---|
{{PRIMARY_COLOR}} | Accent color for links, buttons, form highlights | #de1b1b | #2d8a4e |
Hero Section
| Placeholder | Purpose |
|---|---|
{{HERO_TITLE}} | Large headline in the hero area |
{{HERO_DESCRIPTION}} | Paragraph below the headline (HTML allowed, can reference {{BRAND_NAME}}) |
How It Works
| Placeholder | Purpose |
|---|---|
{{HOWTO_STEPS}} | Full <ol> HTML block with <li> steps |
FAQ
| Placeholder | Purpose |
|---|---|
{{FAQ_SECTION}} | Full FAQ HTML block including the faq-content div and optional important-box |
Footer Disclaimers
| Placeholder | Purpose |
|---|---|
{{FOOTER_DISCLAIMER}} | Legal disclaimer paragraphs in the footer (multiple <p> tags) |
Example Brand Configs
Financial / Investing
Nutra / Health & Wellness
Ecommerce / Deals
CSS Classes Reference
When building{{HOWTO_STEPS}} and {{FAQ_SECTION}} HTML, use these CSS classes from the generic template:
| Class | Element | Purpose |
|---|---|---|
faq-content | <div> | Wrapper for FAQ items |
faq-item | <div> | Individual FAQ entry |
faq-question | <div> | Question text (styled in orange) |
faq-answer | <div> | Answer text |
important-box | <div> | Yellow highlighted callout box |
<ol> with <li> items — no special classes needed.
Next Steps
Custom Domains Setup
DNS setup and onboarding steps
API Keys
Manage API access