0x01fe.net - Programming

Programming

{{ status|safe }}
{% for post in posts %}
{{ 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