{% set album = __SELF__.album %}

{{ album.title }}

{% if album.description %}
{{ album.description|raw }}
{% endif %}
{% for photo in album.photos %}
{{ photo.title }} {{ photo.title }}
{% else %}
Album doesn't have any photos yet
{% endfor %}
{% if __SELF__.lastPage > 1 %} {% endif %}