{% if tocItems %} {% for tocItem in tocItems %} {% assign title = tocItem.title %} {% assign fullPath = tocItem.fullPath %} {% assign intro = tocItem.intro %} {% include liquid-tags/link-with-intro %} {% endfor %} {% endif %}