{%- assign title = include.title | default: 'NUM' -%} {% for i in (include.from .. include.to) %}
  • {% if i == include.current %} {{ i }} {%- elsif include.first-url and i == 1 -%} {{ i }} {% else %} {{ i }} {% endif %}
  • {% endfor %}