{% extends 'imagehosting/base.html' %} {% load static %} {% block content%}
{% for image in all %}{% endfor %}
{% if all.has_previous %} Previous {% endif %} {% if all.has_next %} Next {% endif %}
{% endblock content %}