Posted by {{blogpost.author}} on {{blogpost.timestamp | toDateAndTime}}
{% if actions %}
{% if user == blogpost.author %}
Delete post.
{% endif %}
Add comment.
{% for comment in blogpost.comments%}
{% include 'cards/comment_card.html'%}
{% endfor %}
{% endif %}
{% if not actions %}
View comments.
{% endif %}