# Set a Page's Title Dynamically

*Article Topics:* [*Design*](https://docs.toomuchmedia.com/getting-started/common-topics/design)*,* [*Blocks*](https://docs.toomuchmedia.com/getting-started/common-topics/blocks)

In the [**Extended Page Details and SEO** ](https://docs.toomuchmedia.com/content-management/themes/pages#additional-page-design)section found at the bottom of a page's overview, you can use [Replacement Variables ](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/customizing-your-theme/replacement-variables/replacement-variables-for-the-html-block)to dynamically display details like the name of a Set or Model. This feature is useful for titling pages appropriately, improving SEO, and more.&#x20;

You only need to make a single page for displaying content like a Model View or a Set View, and NATS automatically displays the appropriate content based on the ID/slug in the URL. **Replacement Variables** allow for further flexibility, giving you the ability to dynamically insert content-specific details where needed.&#x20;

## Setting the Title for a Page

To set the browser title and description dynamically for a page using a [Model View](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/themes/block-types/model-view-block) or [Set View](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/themes/block-types/set-view-block) block, you need to use the **Block ID**. You can find this ID by selecting the block and viewing the Block Details section.

<figure><img src="https://2232071635-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWJVne6meHqGT8rzsBdod%2Fuploads%2FsQ62NQvmOTDslgVhpUAB%2Fcms-replacementvars-blockid.png?alt=media&#x26;token=6d8722fa-6f1d-4a7d-a974-b601e1f7df3e" alt=""><figcaption></figcaption></figure>

To display a model or set name in the title of the page, use the following format:

```
{{block-<blockid>-<shortname>.<detail>}}
```

Where:

* \<blockid>: The specific ID for a Block.
* \<shortname>:  The shortname for the type of data.
  * **Please note**: The type of data is defined as the Data Source of the block you are referencing. Edit the relevant block and check the "List Settings" or "Settings" tab.
* \<detail>: The name of the available detail you wish to display.

The replacement variable will look like the following:

```
{{block-101070-models.name}} // Provides the Model Name
{{block-101070-set.name}} // Provides the Set Name
```

<figure><img src="https://2232071635-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWJVne6meHqGT8rzsBdod%2Fuploads%2Fz6Ks66YYSAQhEds5Hjcb%2Fcms-replacementvars-blockid-pagetitle.png?alt=media&#x26;token=735e7550-da8b-4524-9077-9e83f20380d1" alt=""><figcaption></figcaption></figure>

Navigating to any page with a Model View or Set View on our Tour or Member Area, depending on the Theme the page was modified on, will display the name of the in the browser.

<figure><img src="https://2232071635-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWJVne6meHqGT8rzsBdod%2Fuploads%2FmQDq3drbzIRKwEG2lLQk%2Fcms-replacementvars-model.png?alt=media&#x26;token=9434e293-92f2-4865-8fd2-e2b54d580867" alt=""><figcaption></figcaption></figure>

## Related Articles

{% content-ref url="" %}
[](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/customizing-your-theme/replacement-variables)
{% endcontent-ref %}

{% content-ref url="../../themes/pages" %}
[pages](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/themes/pages)
{% endcontent-ref %}
