template_entity_url
Retrieves a link to another document.
Example
1
{{ '123' | template_entity_url: '456' }} => /some-team-slug-abz/documents/123/456
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | entityId | The ID of the entity to link to. Comes before the | sign. | Required |
string | templateId | The ID of the template to link to |
Output
Type | Description |
---|---|
string | The URL to the other document |