{% extends "layout.html" %} {% block content %} {% safe %}{{ pagination| }}{% endsafe %}
{% for image in images %} {{ image.title }} {% endfor %}
{% endblock %}