Skip to content
Snippets Groups Projects
Commit eb2f5d6e authored by Ivica Puljic's avatar Ivica Puljic
Browse files

by pivica: twig if should be inside of a twig block.

parent 7c65faa3
No related branches found
Tags 8.x-1.0-alpha4
No related merge requests found
......@@ -34,8 +34,8 @@
{% set page_link_classes = 'page-link' %}
{% set page_link_active_classes = page_link_classes %}
{% set page_link_ellipses_classes = 'page-ellipses' %}
{% if items %}
{% block items %}
{% block items %}
{% if items %}
<nav {{ attributes }}>
<ul class="pagination js-pager__items">
{# Print first item if we are not on the first page. #}
......@@ -96,5 +96,5 @@
{% endif %}
</ul>
</nav>
{% endblock %}
{% endif %}
{% endif %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment