Couldn't create path

{# list view #}
{% if pages.length == 0 %}
There are no pages under {{ path | preventXss }}.
{% endif %} {% include '../widget/page_list.html' with { pages: pages, pager: pager, viewConfig: viewConfig } %}