{% macro render_thread(thread, current_user) -%} {% if current_user.is_authenticated %}
{{ current_user.display_name }}

{% endif %} {% endmacro %} {% macro render_threadlist(threads, list_group=False) -%} {% if not list_group %} {% endmacro %}