{% extends "base.html" %} {% block pagetitle %} gallery {% endblock %} {% block content %}

dream5igns.net : photos by kat hagan

click the images to start

about this site

email me: kat@dream5igns.net

dream5igns was built using Django, JQuery and the Flickr API.

code is available on github.

{% for photo in photos %}
{{ photo.title }}
{{ photo.datetaken }}
{{ photo.description }}
{% endfor %}
{% for photo in photos %}
{% endfor %}
{% endblock %}