{% extends "base.html" %} {% block meta_keywords %}{% for tag in object.tags.all %}{{tag}}, {%endfor %}{% endblock %} {% block meta_title %}{{object.web_hed}} {% for e in object.edition_set.all %}{%if forloop.first %}{% if e.paper == "Compass" %}| {{e.paper}}{%endif%}{%endif%}{%endfor%} | Penobscot Bay Press{% endblock %} {% block meta_description %}{{object.summary}}{% endblock %} {% if object.lead_photo %} {% block rel-img %}{{object.lead_photo.get_square_url}}{% endblock %} {% endif %} {% block title %}{{object}} | Feature | The Weekly Packet{% endblock %} {% block content %} {% load markup typogrify humanize %}
{% if object.lead_photo.gallery_photos.all %}
{% for gallery in object.lead_photo.gallery_photos.all %}
{% if forloop.first %}{% endif %}
{% endfor %}
{% else %}
{% endif %}
{{object.lead_photo.description|urlize|textile|typogrify}}
{% if object.lead_photo.photographer %}
By {{object.lead_photo.photographer}}
{% else %}
{% if object.lead_photo.courtesy %}
Photo courtesy {{object.lead_photo.courtesy}}
{% endif %}
{% if object.lead_photo.file_photo %}
Penobscot Bay Press file photo
{% endif %}
{% endif %}
{{photo.description|urlize|textile|typogrify}}
{% if photo.photographer != None %}
By {{photo.photographer}}
{% endif %}
{% if photo.courtesy %}
Photo courtesy {{photo.courtesy}}
{% endif %}
{% if photo.file_photo %}
Penobscot Bay Press file photo
{% endif %}
{% if object.authors.all %}by {% for author in object.authors.all %}{{ author.name }}{% if not forloop.last %}&{% endif %}{% endfor %}
{% endif %}
{{object.body|urlize|markdown|typogrify}}
Share this page
Return to the Penobscot Bay Press home page.