12345678910111213141516171819202122 |
- {% extends "base.html" %}
- {% block title %}Town Information | Penobscot Bay Press | Stonington, Maine{% endblock %}
- {% block description %}{{a.archivesectionchive.body|truncatewords:60}} {% endblock %}
- {% block flag_img_src %}{{MEDIA_URL}}images/headers/towninforound440.gif{% endblock %}
- {% block flag_descrip %}Looking for information about your town?<br/>Can't remember phone numbers for your town offices?<br/>Last updated May 31, 2010{% endblock %}
- {% block redirect %}<script type="text/javascript">
- <!--
- window.location="http://baycommunityregister.com/category/town-information/";
- //-->
- </script>
- {% endblock redirect %}
- {% 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/category/town-information/">click here </a>to proceed to our new site.</p>
- {% endblock %}
|