{% 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 %}
Du bist:
{% for emoji in user_name %}{% raw emoji2html(emoji) %}{% end %}
{% end %}