{% extends "base.html" %} {% block og_title %}{{object.title}} | Penobscot Bay Press{% endblock %} {% block og_url %}{{object.get_absolute_url}}{% endblock %} {% block og_description %}{{object.description}}{% endblock %} {% block og_image %}{{MEDIA_URL}}{{object.preview}}{% endblock %} {% block meta_title %}{{object.title}} | Penobscot Bay Press{% endblock %} {% block meta_keywords %}{% for tag in object.tags.all %}{{tag}}, {%endfor %}{% endblock %} {% block meta_description %}{{object.description}}{% endblock %} {% block rel-img %}{{MEDIA_URL}}{{object.preview}}{% endblock %} {% block title %}{{object.title}} | Penobscot Bay Press{% endblock %} {% block content %}

PDF Document

{{object}}

{% load convert_tags %}
{% thumbnail object.preview.url "313" %}
{% load markup typogrify humanize %}
{{object.description|typogrify|markdown}}
{{object.archivesection_set.all}} {% for s in object.pdfdocument.archivesection_set.all %} Return to the related archive.
{% endfor %}
This document is in Adobe PDF format. Click the image to view the file. It should open in a new window in your browser. If you have troubles opening the file, you may need to install Adobe Reader on your computer.
Click here to get Adobe ReaderĀ®.
{% endblock %}