{% macro like(reply) -%} {% if reply.is_liked() %} {{ reply.likers.count() }} {% else %} {{ reply.likers.count() }} {% endif %} {%- endmacro %} {% macro no_replies() -%}