gremmie@1: {% extends 'side_block.html' %} bgneal@310: {% load url from future %} gremmie@1: {% block block_title %}Photo of the Day{% endblock %} gremmie@1: {% block block_content %} gremmie@1: {% if potd %} gremmie@1:
bgneal@310: {{ potd.caption }}
bgneal@310: {{ potd.caption }} gremmie@1:
gremmie@1: {% else %} gremmie@1:

No photo at this time.

gremmie@1: {% endif %} gremmie@1: {% endblock %}