The Latest from ThreeFold

{%- for post in paginator.pages %} {% include "partials/postCard.html" %} {%- endfor %}

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