{{ message['user-account']['id'] }}
{{ message['hour'] }}
{% if message['user-account']['username'] %} {{ message['user-account']['username']['id'] }} {% else %} {{ message['user-account']['id'] }} {% endif %}
{% if message['reply_to'] %}
{% if message['reply_to']['user-account']['username'] %} {{ message['reply_to']['user-account']['username']['id'] }} {% else %} {{ message['reply_to']['user-account']['id'] }} {% endif %}
{{ message['reply_to']['content'] }}
{% for tag in message['reply_to']['tags'] %} {{ tag }} {% endfor %}
{{ message['reply_to']['full_date'] }}
{#
#} {# #} {# #} {#
#}
{% endif %} {% if message['images'] %} {% endif %}
{{ message['content'] }}
{% for tag in message['tags'] %} {{ tag }} {% endfor %}