{% macro message(m, index, urlpath)-%} {% set path = urlpath + '/' + index|string %}
  • {{ index }}. {{ m.subject }} {{ m.author_name }} {% if m.get('follow-up') %} {% endif %}
  • {%- endmacro %}