--- layout: default title: --- {% for post in paginator.posts %}
{% if paginator.previous_page %} {% if paginator.previous_page == 1 %} << Previous {% else %} << Previous {% endif %} {% else %} << Previous {% endif %} | {% if paginator.next_page %} Next >> {% else %} Next >> {% endif %}