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