1 2 3
{% macro post_list() %} {% for post in section.pages %} <a href="{{ post.permalink }}">{{ post.title }}</a> {% endfor %} {% endmacro input %}