0x01fe.net - Music
Music
{{ 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 %}
Top Albums
{% for album in top_albums %}
{% if loop.index % 3 == 0 %}
{% endif %} {% endfor %}
Comments
{% for comment in post.comments %}{{ comment.username }}
{{ comment.content }}
{{ user }}