town_index.html 891 B

12345678910111213141516171819202122
  1. {% extends "base.html" %}
  2. {% block title %}Town Information | Penobscot Bay Press | Stonington, Maine{% endblock %}
  3. {% block description %}{{a.archivesectionchive.body|truncatewords:60}} {% endblock %}
  4. {% block flag_img_src %}{{MEDIA_URL}}images/headers/towninforound440.gif{% endblock %}
  5. {% 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 %}
  6. {% block redirect %}<script type="text/javascript">
  7. <!--
  8. window.location="http://baycommunityregister.com/category/town-information/";
  9. //-->
  10. </script>
  11. {% endblock redirect %}
  12. {% block content %}
  13. <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>
  14. {% endblock %}