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