{% extends 'base.twig' %} {% block title %} {{ project_title }} - {{ images_data.albumName }} {% endblock %} {% block album %}
{% for image in images_data.assets %} {% endfor %}
{% endblock %}