{% if post.excerpt %} {{ post.excerpt }} {% endif %} {{ post.content|safe }} {% if post.tags.exists %} Tags: {% for tag in post.tags.all %} {{ tag.name }} {% endfor %} {% endif %} Back to Blog