gremmie@1: {% extends 'side_block.html' %} gremmie@1: {% block block_title %}Photo of the Day{% endblock %} gremmie@1: {% block block_content %} gremmie@1: {% if potd %} gremmie@1: <center> bgneal@10: <a href="{% url potd-view %}"><img src="{{ potd.thumb.url }}" alt="{{ potd.caption }}" title="{{ potd.caption }}" /></a><br /> gremmie@1: <a href="{% url potd-view %}">{{ potd.caption }}</a> gremmie@1: </center> gremmie@1: {% else %} gremmie@1: <p>No photo at this time.</p> gremmie@1: {% endif %} gremmie@1: {% endblock %}