{# All posts by this author, plus the pagination that leads to page 2 and beyond. Pagination lives here so it stays attached to the list it pages through. #}

{{ _('All posts') }}

{%- with cards=maatlog.posts -%} {%- include "maatlog/components/post-grid.html" -%} {%- endwith -%} {%- include "maatlog/components/pagination.html" -%}