{% if breadcumb %}

{%- for url, title in breadcumb -%} {{ title }} {%- if not loop.last %} ยป {% endif -%} {% endfor -%}


{% endif %}
{% if albums %}
{% for album in albums %}
{{ album.name }} {{ album.title }}
{% endfor %}
{% endif %} {% if images %} {% endif %} {% if description %}
{{ description }}
{% endif %}