Files @ b1a18a5aecca
Branch filter:

Location: website/www/conservancy/templates/base_standard.html

bkuhn
Kallithea is Conservancy's newest member project.

See http://sfconservancy.org/news/2014/jul/04/kallithea-joins/ for the
full announcement.
1
2
3
4
5
6
7
8
9
{% extends "base_conservancy.html" %}

{% block outercontent %}
<div class="internalNavigate">
{% block internal_navigate %}{% endblock %}
</div>

<div class="singleColumn">{% block content %}{% endblock %}</div>
{% endblock %}