{% extends "_layouts/default.html" %} {% block content %} {% include "_includes/posts.html" %} {% if pages > 1 %} {% if pagination.prev %} {% endif %} {% if pagination.next %} {% endif %} {% endif %} {% endblock %}