Version 1.0
Returns the value of the id field of the page.
{{ response.selected_page.id }}
49
Version 1.0
Returns the value of the link_name field of the page.
{{ response.selected_page.link_name }}
Brands
Version 1.0
Returns the value of the page_title field of the page.
<h1>{{response.selected_page.page_title|raw}}</h1>
{{ response.selected_page.page_title }}
Homepage
Version 1.0
Returns the value of the url field of the page.
<a href="{{response.selected_page.url}}" > link </a>
{{ response.selected_page.url }}
index.php?id=49
Version 1.0
Returns the value of the content field of the page.
<section class="container-rub" >
{{response.selected_page.content|raw}}
</section>
{{ response.selected_page.content }}
Version 1.0
Returns the value of the short_content field of the page.
{{ response.selected_page.short_content }}
Version 1.0
Returns all of the line image in the page.
Version 1.0
Returns all of the line childs in the page.
Version 1.0
Returns all of the line form in the page.
Version 1.0
Returns all of the line downloads in the page.
Version 1.0
Returns all of the line banner in the page.
Version 1.0
Returns the value of the folder_open field of the page.
{{ response.selected_page.folder_open }}
1
Version 1.0
Returns all of the line breadcrumb in the page.
Version 1.0
Returns all of the line metadata in the page.
Version 1.0
Returns the value of the cat field of the page.
Version 1.0
Returns the value of the coordinates field of the page.
Version 1.1
Returns the value of the target field of the page.
{% if item.target %} target="_blank" {% endif %}
1
Version 1.0
Returns all of the line imageCatalog in the page.
Version
Returns the value of the break field of the page.
Version
Returns the value of the featured field of the page.
Version 1.0
Returns the value of the type field of the page.
{{ response.selected_page.type }}