{% extends 'unsplash/base.html' %} {% block content %} {% load unsplash_tags %}
{% for photo in random_photos %}
{{ photo.photo_alias }}
{% empty %}

No photos yet.

{% endfor %}
{% endblock content %}