0x01fe.net
0x01fe.net
{{ status|safe }}
Home
Games
Music
Motion Picture
Programming
Writing
About
Login
{% for post in posts %}
{{ post[0].body|safe }}
{% for comment in post[1] %}
{{ comment.username }}
{{ comment.content }}
{% endfor %} {% if user %}
{{ user }}
{{ form.hidden_tag() }} {{ form.textbox }}
{% endif %}
{% endfor %}
{{ comment.username }}
{{ comment.content }}
{{ user }}