{% extends "../base.html" %} {% block stylesheets %} {% end %} {% block body %} {% for msg in messages %} {% for emoji in msg["author"] %}{% raw emoji2html(emoji) %}{% end %}: {% for emoji in msg["content"] %}{% raw emoji2html(emoji) %}{% end %} {% end %}