# Landing Pages

Landing Pages let you manage HTML-based landing page templates in the panel. After you publish, devices fetch the updated template in the background.

### Create a new template

Use this when you need a new landing page variant. Start from an existing dynamic template if available.

{% hint style="info" %}
Path: **Settings > Landing Pages > Create New Template**

Tip: add a version suffix to the name, like `promo-spring-2026-v1`.
{% endhint %}

<figure><img src="https://1642824329-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX6uilbEAw42gqsudlclY%2Fuploads%2FvZhiJKs47pNsywqr7FpD%2Fimage.png?alt=media&#x26;token=8b6ed904-4e06-4435-872a-607a645a9205" alt=""><figcaption></figcaption></figure>

#### Fields

**Template Name**

A human-readable name shown in the dashboard. Use a naming convention your team can scan quickly.

**Content**

The HTML content of your landing page template. You can customize it to match your brand and campaign. Dynamic templates may support placeholders for personalization (if configured in your account).

<figure><img src="https://1642824329-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX6uilbEAw42gqsudlclY%2Fuploads%2FohKxGcnmly92Iv4DQc1W%2FCreate%20Landing%20Page.png?alt=media&#x26;token=35000952-57af-4bc8-bf48-660ec79d1549" alt=""><figcaption></figcaption></figure>

### Save vs publish

Saving updates the template in the panel. Publishing pushes the update to devices.

{% stepper %}
{% step %}

### Save

Click Save to store your changes. You’ll see the landing page listed on the dashboard.
{% endstep %}

{% step %}

### Publish to Devices

Click Publish to Devices to notify devices there is a new version. Netmera sends a silent push to update content in the background.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Publish to Devices** targets all app users. Do it after QA. Prefer off-peak hours for large apps.
{% endhint %}

<figure><img src="https://1642824329-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX6uilbEAw42gqsudlclY%2Fuploads%2FJvVogSlE83ZIR0Fc2hef%2Fimage.png?alt=media&#x26;token=1526f4de-cd45-4248-b156-290701fb8de9" alt=""><figcaption></figcaption></figure>

### What “Publish to Devices” means here

A silent push is sent to update content without showing a user-facing notification. The app receives it in the background. The SDK can then refresh landing page content.

#### Notes

* Silent push delivery depends on OS background rules and user/device settings.
* Some devices may apply the update later (battery saver, network limits, etc.).
* Treat publishing as “best effort near-real-time”, not a guaranteed instant sync.

### Testing checklist

* Preview your HTML and links.
* Test on at least one iOS and one Android device.
* Publish once in a controlled window.
* Verify the updated landing page loads as expected.
