{% extends "base.html" %} {% block content %} {% set section = get_section(path="post/_index.md") %} {% for page in section.pages %} {% if loop.index0 == config.extra.indexposts %}{% break %}{% endif %}