{% if title and not hide_title %} {% include "patterns/atoms/section-title/section-title.html" with title=title %} {% endif %}
{% for item in items %} {% include "patterns/molecules/related-item/related-item.html" with item=item %} {% endfor %}
{% if see_more_link %} {% include "patterns/atoms/see-more/see-more.html" with text=see_more_link_text|default:"See more" link=work_index_page.url filter_by=filter_by %} {% endif %}