{% extends "base_blog.html" %} {% block subtitle %}Conservancy Blog Query - {% endblock %} {% block head %} {% endblock %} {% block content %}

Return posts written by any of these authors...

{% for author in authors %} {% cycle '' '' '
' %} {% endfor %}

marked with any of these tags...

{% for tag in tags %} {% cycle '' '' '
' %} {% endfor %}

{% endblock %} {# get rid of side bar #} {% block internal_navigate %}{% endblock %}