{{ getUser(post["creator"])["username"] }}
{% if userdata %} {% if userdata.administrator == 1 %} Remove post
{% endif %} {% endif %} {% if userdata %}
{{ userdata.username }}
{% endif %}{{ post["textstr"] }}
{% if getComments(post["id"]) | length > 0 %}{{ post.id }}
{{ getUser(comment["creator"])["username"] }}: {{ comment.textstr }}
{% endfor %}