{% macro articles(_articles) %} {% for item in _articles %}
  • {% if item.path and item.exists %} {% if not item.external %} {% else %} {% endif %} {% if item.level != "0" %} {{ item.level }}. {% endif %} {{ item.title }} {% else %} {{ item.level }}. {{ item.title }} {% endif %} {% if item.articles.length > 0 %} {% endif %}
  • {% endfor %} {% endmacro %}