Files @ a1238dbee24b
Branch filter:

Location: website/www/conservancy/templates/base_about.html - annotation

Daniel Pono Takamori
remove supporter header image
{% extends "base_conservancy.html" %}
{% block outercontent %}
    <div id="container">
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
            <h2>{% block category %}Who We Are{% endblock %}</h2>
            {% include 'submenus/who_we_are_partial.html' %}
         </div>
               <div id="mainContent">{% block content %}{% endblock %}
               </div>
   </div>
{% endblock %}