> For the complete documentation index, see [llms.txt](https://docs.contao-estatemanager.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.contao-estatemanager.com/installation-konfiguration/frontend-konfiguration/insert-tags.md).

# Insert-Tags

### Abruf von Feldern einer speziellen Immobilie

`{{realestate::ID::FIELD}}`

:small\_blue\_diamond:`<int> ID`

*ID der abzufragenden Immobilie*

:small\_blue\_diamond:`<string> FIELD`

*Die abzufragende* [*Immobilien-Eigenschaft*](/entwickler/immobilien-eigenschaften.md)*.*

{% code title="Beispiel" %}

```markup
{{realestate::5::objekttitel}}
```

{% endcode %}

### Abruf von Feldern der aktuellen Immobilie innerhalb eines Exposés

`{{realestate::FIELD}}`

:small\_blue\_diamond:`<string> FIELD`

*Die abzufragende* [*Immobilien-Eigenschaft*](/entwickler/immobilien-eigenschaften.md)*.*

{% code title="Beispiel" %}

```markup
{{realestate::objekttitel}}
```

{% endcode %}
