{% from "macros/user.html" import m_user_photo, m_user_link %} {% from "macros/form.html" import m_field %} {% macro m_comments(entity) %} {%- if comments.has_comments(entity) %}
{{ comment.body |nl2br }}
{% endmacro %} {% macro m_comment_form(entity) %} {%- set ctx = comments.get_form_context(entity) %} {% endmacro %}