{% block content %}

{% set path_array = current_path | split(pat="/") %} {% set taxonomy = path_array[1] %} {% set category = path_array[2] %} The Latest from Ourworld Free Zone {% if taxonomy == "categories" %} - {{category | replace(from='-', to=' ' ) | title}} {% endif %}

{%- for post in paginator.pages %} {% if not post.extra.hidden %} {% include "partials/postCard.html" %} {%endif%} {%- endfor %}

{% if paginator.previous %} {% include "partials/icons/svgPrevPageIcon.html" %}{% include "partials/icons/svgPrevPageIcon.html" %}           {% include "partials/icons/svgPrevPageIcon.html" %}                     {% else %} {% include "partials/icons/svgFirstPageIcon.html" %}{% include "partials/icons/svgFirstPageIcon.html" %}           {% include "partials/icons/svgFirstPageIcon.html" %}                     {% endif %} {% if paginator.next %} {% include "partials/icons/svgNextPageIcon.html" %}           {% include "partials/icons/svgNextPageIcon.html" %}{% include "partials/icons/svgNextPageIcon.html" %} {% else %} {% include "partials/icons/svgLastPageIcon.html" %}           {% include "partials/icons/svgLastPageIcon.html" %}{% include "partials/icons/svgLastPageIcon.html" %} {% endif %}

{% endblock content %}