{% extends 'base.html' %} {% load typogrify_tags %} {% block pagetitle %}Luxagraf | {{object.title|title|smartypants|safe}}{% endblock %} {% block metadescription %}Luxagraf: Photo, {{object.title}}, Photographer: Scott Gilbertson, Published: {{ object.pub_date|date:"N j, Y" }} {{ object.pub_date|date:"h:i a" }}Camera:{%if object.exif_make%}{%if object.exif_make != 'Canon'%}{{ object.exif_make }}{%endif%} {{ object.exif_model }}{% else %}Canon Powershot S45{%endif%}, Aperture: {%if object.exif_aperture%}{{ object.exif_aperture }}{%else%}Not Recorded{%endif%}, Shutter Speed: {%if object.exif_shutter%}{{ object.exif_shutter }} sec{%else%}Not Recorded{%endif%}, Film Speed: {%if object.exif_iso%}{{ object.exif_iso }} ISO{%else%}Not Recorded{%endif%}.{% endblock %} {% block date %}{{object.pub_date|date:"F j, Y"}}{% if object.location.state.country.name == "United States" %}{{object.location.name|smartypants|safe}}, {{object.location.state.name}}{%else%}{{object.location.name|smartypants|safe}}, {{object.location.state.country.name}}{%endif%}{% endblock %} {% block title %}{{object.title|smartypants|safe}}{% endblock %} {% block primary %} {{object.title}} {% if object.description != 'None' %}

{{ object.description|smartypants|widont|safe }}

{%endif %}

Other Sizes: Large and Original

If you enjoy this photo, you can follow along on Flickr, Facebook, FriendFeed or by subscribing to the RSS Feed. For more about luxagraf, see the about page. To get in touch please use the contact form or leave a comment below.

comments

If you'd like to leave a comment, you may do so on Flickr.

{% endblock %} {% block sidebar %} {% endblock %}