{% if page.image %} {% set image_specs = 'width-1100' if page.image_full else 'fill-1100x580' %} {% set image_class = 'content-top-img-full' if page.image_full else 'content-top-img' %} {% set page_image = image(page.image, image_specs, class=image_class) %} {% set meta_image = page_image.url %} {% endif %} {% set meta = page_meta() %} {{ meta.full_title }} {% include 'wapps/metadata.html' %}

{{ page.title }}

{% if page.intro %}{{ page.intro|richtext }}{% endif %} {% for album in albums %}
{{ image(album.image, 'fill-400x380', alt=album.title, class='img-responsive') }}

{{ album.title }}

{% endfor %}