{% extends "./page.html" %} {% block title %}Table of Contents | {{ title }}{% endblock %} {% macro articles(_articles) %} {% for item in _articles %} {% set externalLink = item.path|isExternalLink %}