{% macro li(comment) %}
  • {{ comment.comment }}
  • {% endmacro li %} {% macro list(comments) %}
    {% endmacro list %} {% macro form(plant_id, target="#comments > ul") %}

    {% endmacro form %}