{% extends "base.html" %} {% import "_macros/posts.html" as posts %} {% block content %} {{ super() }}
{{ posts.list(site.locale_posts(locale)) }}
{% endblock %}