{% if pagerBlog|length() > 0 %}
{% for post in pagerBlog %}
{# Displaying blog_post elements calling the view line #}
{{ render_esi( controller( 'ez_content:viewLocation', {'locationId': post.contentInfo.mainLocationId, 'viewType': 'line'} ) ) }}
{% endfor %}
{# Pagination is displayed only if needed (number of posts > limit) #}
{% if pagerBlog.haveToPaginate() %}