{% for chapter in site.chapters %} {% if chapter.title == page.title %}
  • {{chapter.title}} {% else %}
  • {{chapter.title}} {% endif %} {% endfor %}