Back to 500lines

Index

html/500L/templates/index.html

latest189 B
Original Source

{% set chapter = 1 %} {% for page in pages %} | {{ chapter }} | {{ page.title }} | {{ page.author }} | {% set chapter = chapter + 1 %} {% endfor %}