{% extends "app.html" %} {% block main %} {% for thread in threads %} {% autoescape false %} {{thread.name}} {% autoescape false %}{% emoji %}{% linkify %}{% markdown %}{% autoescape false %}{{ thread.last_message_text }}{%raw %} {% endraw%}{%endautoescape%}{% endmarkdown %}{% endlinkify %}{% endemoji %}{% endautoescape %} {% endautoescape %} {% endfor %} {% endblock %}