{% extends 'comments/_comment_card_content.html' %} {% block card_block_header %}
Nr {{comment.id}}
{% include 'comments/_comment_voting_summary.html' with comment=comment class='small' %}
{% endblock %}