{% extends "layout.html" %} {% import "macros/blog.html" as blog %} {% block content %} {{ blog::postlisting(posts=section.pages) }} {% endblock %}