Version 1.0
Returns the value of the id field of the banner.
{{ response.banner.id }}
1
Version 1.0
Returns the value of the title field of the banner.
{% for item in response.selected_page.banner.0.parts %}
<span class="h1" >{{item.title}}</span>
{% endfor %}
{{ response.banner.title }}
Homepage
Version 1.0
Returns all of the line template in the banner.
Version 1.0
Returns the value of the backgound-color field of the banner.
{{ response.banner.backgound-color }}
999933
Version 1.0
Returns all of the line parts in the banner.
Version 1.0
Returns the value of the description field of the banner.
{% for item in response.selected_page.banner.0.parts %}
<span class="h1"> {{item.description}}</span>
{% endfor %}
{{ response.banner.description }}
Version