{%extends"base_conservancy.html"%}{%blockcategory%}blog{%endblock%}{%blockhead%}<linkrel="alternate"type="application/rss+xml"title="RSS"href="/feeds/blog/"/>{%endblock%}{%blockoutercontent%}<divid="container"><divid="sidebar"class="{%blocksubmenuselection%}other{%endblock%}"><h2>Authors</h2><ul>{%forauthorinall_authors%}<li><ahref="/blog/?author={{author.username}}">{{author.formal_name}}</a>(<ahref="/feeds/blog/?author={{author.username}}">rss</a>)</li>{%endfor%}</ul><h2>Tags</h2><ul>{%fortaginall_tags%}<li><ahref="{{tag.get_absolute_url}}">{{tag.label}}</a>(<ahref="/feeds/blog/?tag={{tag.slug}}">rss</a>)</li>{%endfor%}</ul>{%ifall_year_list%}<h2>Blog Index by Year</h2><ul>{%foryearinall_year_listreversed%}<li><ahref="/blog/{{year|date:"Y"}}/">{{year|date:"Y"}}</a></li>{%endfor%}</ul>{%endif%}<h2><ahref="/blog/">See all posts…</a></h2><!-- <p><a href="/blog/query/">Query...</a></p> --></div><divid="mainContent">{%blockcontent%}{%endblock%}</div></div>{%endblock%}