+ {% if albums %} +

Albums

+ + {% endif %} + + {% if images %} +

Images

+
    + {% for image in images %} +
  • + {{ image.file }}
  • + {% endfor %} +
+ {% endif %} + +