{{blogpost.id}}

{{blogpost.author}}

{{blogpost.slug | slugToTitle}}

{% filter markdown %} {{blogpost.content}} {% endfilter %}

{{blogpost.timestamp | toDateAndTime}}

Delete post. Add comment. {% for comment in blogpost.comments%} {% include 'cards/comment_card.html'%}
{% endfor %}