{{ entry['Date']|format }}
{% if entry.place() %} {{ entry.place() }}, {% endif %} {{ entry['Date']|format('%-I:%M %p %Z') }}
{% if 'Photo' in entry %}
{% endif %}
{{ entry['Text'] | markdown }}
{# This template encodes images into base64 and includes them in the output. Optionally uses the Python Imaging Library to resize images. To download the imaging library, see https://developers.google.com/appengine/docs/python/images/installingPIL #}
{% if entry.place() %} {{ entry.place() }}, {% endif %} {{ entry['Date']|format('%-I:%M %p %Z') }}