[comment]: # translation:outdated

[comment]: # ({ac6966b9-ac6966b9})
# > Template object

The following objects are directly related to the `template` API.

[comment]: # ({/ac6966b9-ac6966b9})

[comment]: # ({4ecfc46e-4ecfc46e})
### Template

The template object has the following properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--------|---------------------------------------------------|-----------|
|templateid|string|*(readonly)* ID of the template.|
|**host**<br>(required)|string|Technical name of the template.|
|description|text|Description of the template.|
|name|string|Visible name of the template.<br><br>Default: `host` property value.|

[comment]: # ({/4ecfc46e-4ecfc46e})

[comment]: # ({2248aef2-2248aef2})
### Template tag

The template tag object has the following properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--------|---------------------------------------------------|-----------|
|**tag**<br>(required)|string|Template tag name.|
|value|string|Template tag value.|

[comment]: # ({/2248aef2-2248aef2})
