9 lines
187 B
HTML
9 lines
187 B
HTML
{% extends 'schasite/base2.html' %}
|
|
{% load static %}
|
|
|
|
{% block pagetitle %}
|
|
<title>Stonehedge Community Homeowners Association</title>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% endblock %} |