{{ entry.title }}

{% set edate = " ".join([entry.date, entry.time]) %}
{% if entry.body|length %} {% markdown %} {{ entry.body }} {% endmarkdown %} {% else %}

This entry has no content.

{% endif %}
{% set etag = "@none" %} {% if entry.tags|length > 0 %} {% set etag = entry.tags|join(", ") %} {% endif %} [ tags|{{ etag }} ]
[ #{{ id }} ]