123456789101112131415 |
- {% extends "base.html" %}
- {% block redirect %}
- <script type="text/javascript">
- window.location="http://baycommunityregister.com";
- </script>
- {% endblock %}
- {% block title %}Community Info | Penobscot Bay Press {% endblock %}
- {% block description %}{{a.archivesectionchive.body|truncatewords:60}} {% endblock %}
- {% block flag_img_src %}{{MEDIA_URL}}images/headers/cominforound440.gif{% endblock %}
- {% block flag_descrip %}Your on-line source for community information covering the unique towns and<br/> islands of East Penobscot and Blue Hill Bays, Maine.{% endblock %}
- {% block content %}
- <p>You have reached an old page in error. This page should automatically redirect, if it doesn't, <a href=“http://baycommunityregister.com">click here </a>to proceed to our new site.</p>
- {% endblock %}
|