> ## Documentation Index
> Fetch the complete documentation index at: https://dokumentation.websale.de/llms.txt
> Use this file to discover all available pages before exploring further.

# Template placeholders for WEBSALE WebComponents

> Data-driven placeholders such as result.total, result.from, and result.to provide values for result counts, pagination, and product output in the WebComponents.

# Template placeholders

Template placeholders serve as data-based placeholders within the WEBSALE WebComponents. They are not standalone UI components but only output data without generating a specific design or styling. These placeholders provide content such as the number of results (`{{result.total}}`), the currently visible results (`{{result.from}}` – `{{result.to}}`), or other dynamic values.

<a id="überblick-der-template-placeholder" />

# Overview of the template placeholders

* [Number of results](./template-placeholder/anzahl-der-ergebnisse.md) — The display of the number of search results per page can be done with the values result.from, result.to, and result.total. This enables an overview following the scheme "1-10 of 150 products". This display is updated automatically when a new page is opened or a filter is applied.
* [Product display](./template-placeholder/produktanzeige.md) — The data for displaying products returned as part of the search or filtering comes from a JSON object (response) delivered by the search API. This object contains all product data configured in the search module.
