Impulse Content Objects

Impulse content object tags create new Liquid variables. The structure for these variables can be seen on the Impulse Variables page.

category

Creates a category variable for the content.

Input


<div data-gb-custom-block data-tag="category"></div>

{{ category }}

Output

{<category object>}

domain

Creates a domain variable for the content.

Input


<div data-gb-custom-block data-tag="domain"></div>

{{ domain }}

Output

{<domain object>}

folder

Creates a folder variable for the content.

Input


<div data-gb-custom-block data-tag="folder"></div>

{{ folder }}

Output

{<folder object>}

language

Creates a language variable for the content.

Input


<div data-gb-custom-block data-tag="language"></div>

{{ language }}

Output

{<language object>}

relationship

Creates a relationship variable for the content.

Input


<div data-gb-custom-block data-tag="relationship"></div>

{{ relationship }}

Output

{<relationship object>}

tag

Creates a tag variable for the content.

Input


<div data-gb-custom-block data-tag="tag"></div>
{{ tag }}

Output

{<tag object>}

Last updated