notes - list all pages list all products -- with links
Para explaining wtf is seen here.
settings.display_search : true
{
}
{% if settings.display_search %}
settings.display_search : {{settings.display_search}}
{% else %}
n/a
{% endif %}