{{ post.excerpt | safe }}
Continue Reading | {{ post.num_comments }}
Comment{% if not post.num_comments == 1 %}s{% endif %}
{% comment %} tags {% endcomment %}
{% for tag in post.tags.all %}
{{ tag.name }}
{% endfor %}