{% extends "base.html" %} {% block og_title %}{{object.title}}{% endblock %} {% block og_type %}Article{% endblock %} {% block og_url %}{{object.get_absolute_url}}{% endblock %} {% block og_description %}{% if object.description %}{{object.description}}{% else %}{{object.title}}{% endif %}{% endblock %} {% block og_image %}{% for photo in object.photos.all %}{% if forloop.first %}{{photo.get_square_url}}{% endif %}{% endfor %}{% endblock %} {% block title %}{{object.title}}{% endblock %} {% block rel-img %}{% for photo in object.photos.all %}{% if forloop.first %}{{photo.get_square_url}}{% endif %}{% endfor %}{% endblock %} {% block description %}{{object.description}}{% endblock %} {% block content %}

Photo Gallery

{{object.title}}

{% if object.description %} {% load markup typogrify humanize %}

{{object.description|urlize|markdown|typogrify}}

{% endif %}
{% for photo in object.photos.all %} {% if photo.story_set.all %}

{% for s in photo.story_set.all %} Read the related story.
{% endfor %}

{% endif %} {{photo.title}}
{% load markup typogrify humanize %} {{photo.description|urlize|markdown|typogrify}} {% if photo.photographer %} Photo by {{photo.photographer}} {% endif %} {% if photo.courtesy %} Photo courtesy {{photo.courtesy}} {% endif %} {% if photo.file_photo %} Penobscot Bay Press file photo {% endif %}
{% endfor %}

Share this page


Share this page


             

Return to the {% for s in object.sites.all|dictsortreversed:"id" %}{% if forloop.first %}{{s.name}} home page{% endif %}{% endfor %}

Return to the Penobscot Bay Press home page.


{% endblock %}