{% extends 'schasite/base2.html' %} {% load static %} {% block pagetitle %} Useful Links | Stonehedge Community Homeowners Association {% endblock %} {% block meta_tags %} {% endblock %} {% block og_title %}Useful Links | Stonehedge Community Homeowners Association{% endblock %} {% block og_description %}Helpful links for Stonehedge residents — city services, utilities, schools, and neighborhood resources.{% endblock %} {% block twitter_title %}Useful Links | Stonehedge Community Homeowners Association{% endblock %} {% block twitter_description %}Helpful links for Stonehedge residents — city services, utilities, schools, and neighborhood resources.{% endblock %} {% block content %}

Useful Links

{% for link in links %} {% endfor %}
Resource Link
{{ link.name }} Visit Site
{% endblock %} {% block extra_js %} {% endblock %}