{% load substructure_tags %}

{{ entry.title|escape }}

{% if entry.date_published %}{{ entry.date_published|date:"F j, Y" }}
{% endif %}Tags: {% for tag in entry.tags %}{{ tag.name|escape }} {% endfor %}

{{ entry.text|syntax_highlighted_markdown }}