Journal Entries

{% for entry in journal %}

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

{% if 'Location' in entry %} {{ entry.place(ignore="United States") }}, {% endif %} {{ entry['Date']|format('%-I:%M %p %Z') }}

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