{% macro articles(_articles) %} {% for item in _articles %}
  • {% if item.path %} {{ item.level }}. {{ item.title }} {% else %} {{ item.level }}. {{ item.title }} {% endif %} {% if item.articles.length > 0 %} {% endif %}
  • {% endfor %} {% endmacro %}