{% if videos %}
{% if videos_archive_url %}
Video library

Featured videos

{{ videos_total_count }} videos
{% endif %}
{% for video in videos %} {% if video.has_video %}
{% include "partials/_video_block.html" with video=video compact_header=True %}
{% endif %} {% endfor %}
{% if videos_archive_url %} {% endif %}
{% endif %}