Files @ be762220af99
Branch filter:

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

bkuhn
Foresight project wound down a while back.

Foresight project isn't active anymore and informed us a while back that
they weren't. We left them up for a time, but it was confusing
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 %}