{% extends "base.html" %} {% block og_title %}{{flatpage.title}} | Penobscot Bay Press{% endblock %} {% block og_type %}Article{% endblock %} {% block og_url %}{{flatpage.get_absolute_url}}{% endblock %} {% block og_description %}Your on-line source for community information covering the unique towns and islands of East Penobscot and Blue Hill Bays, Maine.{% endblock %} {% block og_image %}{{MEDIA_URL}}images/headers/pbp_sharing_logo.jpg{% endblock %} {% block meta_title %}{{flatpage.title}} | Penobscot Bay Press{% endblock %} {% block meta_description %}Your on-line source for community information covering the unique towns and islands of East Penobscot and Blue Hill Bays, Maine.{% endblock %} {% block rel-img %}{{MEDIA_URL}}images/headers/pbp_sharing_logo.jpg{% endblock %} {% block title %}{{flatpage.title}} | Penobscot Bay Press{% endblock %} {% block content %}
{% endblock %}