0x01fe.net - Programming
Programming
{{ status|safe }}
Home
Games
Music
Motion Picture
Programming
About
Login
{% for post in posts %}
{{ post.date_str }}
{{ post.body|safe }}
Comments
{% for comment in post.comments %}
{{ comment.username }}
{{ comment.content }}
{% endfor %} {% if user %}
{{ user }}
{{ form.hidden_tag() }} {{ form.textbox }}
{% endif %}
{% endfor %}
Other
Technologies I Use
Comments
{% for comment in post.comments %}{{ comment.username }}
{{ comment.content }}
{{ user }}