{%- for url, title in breadcrumb -%} {{ title }} {%- if not loop.last %} ยป {% endif -%} {% endfor -%}
{% endif %}
{% for media in medias %}
{% if media.type == "img" %}
{% endif %}
{% if media.type == "vid" %}
{% endif %}
{% endfor %}
{% endif %}
{% if zip_gallery %}
{% endif %}
{% if description %}
{{ description }}
{% endif %}