{% for page in section.pages %} {%- if max_articles is defined and loop.index > max_articles -%}{%- break -%}{%- endif -%}
  • {{ page.date | date(format='%Y-%m-%d') }} {{ page.title }}
  • {% endfor %}