{{ title }}
{% if pg.meta.description %} {{ pg.meta.description | truncate }} {% endif %}
{% for p in pages %} {% set pg = p.page %} {% endfor %} {% set page_num = (pages|count / page_size)|round(method='ceil')|int %} {% if page_num == 0 or not paging %} {% set page_num = 1 %} {% if not paging %} {% set page_size = 10000 %} {% endif %} {% endif %}
{% if pg.meta.description %} {{ pg.meta.description | truncate }} {% endif %}