{% extends 'includes/layout.swig' %} {% import "includes/paginator.swig" as P %} {% block body %}

{{page.tag}}

{{ P.Paginiation() }}
{% endblock %}