LabEl

Works

{% for work in paginator.rows %}

{{ work.workLabel }}

{% if work.image %} {% endif %}

{{ work.workDescription}}

{% endfor %}
{% if paginator.previous_page %} < Previous {% endif %} {% if paginator.next_page %} Next > {% endif %}