index.html 820 B

123456789101112131415
  1. {% extends "base.html" %}
  2. {% block redirect %}
  3. <script type="text/javascript">
  4. window.location="http://baycommunityregister.com";
  5. </script>
  6. {% endblock %}
  7. {% block title %}Community Info | Penobscot Bay Press {% endblock %}
  8. {% block description %}{{a.archivesectionchive.body|truncatewords:60}} {% endblock %}
  9. {% block flag_img_src %}{{MEDIA_URL}}images/headers/cominforound440.gif{% endblock %}
  10. {% 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 %}
  11. {% block content %}
  12. <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>
  13. {% endblock %}