{% if breadcrumb %}

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


{% endif %}
{% if albums %} {% for album in albums %} {% if loop.index % 3 == 1 %}
{% endif%}
{{ album.name }} {{ album.title }}
{% if loop.last or loop.index % 3 == 0 %}
{% endif%} {% endfor %} {% endif %} {% if medias %} {% macro img_description(media) -%} {% if media.big %} data-big="{{ media.big }}"{% endif %} {% if media.exif %} {% if media.exif.datetime %} data-date=", {{ media.exif.datetime.strftime('%d %B %Y') }}" {% endif %} {% endif %} {%- endmacro %} {% endif %} {% if zip_gallery %} {% endif %} {% if description %}
{{ description }}
{% endif %}