{# 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 #} Journal Entries

Journal Entries

{% for entry in journal %}

{{ entry['Date']|format }}

{% if entry.place() %} {{ entry.place() }}, {% endif %} {{ entry['Date']|format('%-I:%M %p %Z') }}

{% if 'Photo' in entry %} {% endif %} {{ entry['Text'] | markdown }}
{% endfor %}