{% extends "base.html" %} {% load markup webdesign %} {% block contentViewType %}detailView{% endblock %} {% block pageContent %}
{% block content %}

{{ flatpage.title }}

Your Profile

{% include "forms/profile.html" %}

Edit Your Password

{% include "forms/password.html" %}

Other Services

{% include "forms/services.html" %}

Contact Information

{% include "forms/contact.html" %}
{% endblock %}
{% block nav %} {% include "includes/nav.html" %} {% endblock %} {% block breadcrumb %} {% include "includes/content_tools.html" %} {% endblock %}
{% endblock %} {% block secondaryContent %}{% endblock %}