{% if include.tocToGenerate=="library"%}{% for thisPage in site.pages %}{% if thisPage.url contains "/samples/" and thisPage.url != "/samples/" %}
  • {{ thisPage.title }}
  • {% endif %}{% endfor %}{% endif %}