0x01fe.net - Music

Music

{{ 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 %}

Top Albums

{% for album in top_albums %} {% if loop.index % 3 == 0 %}
{% endif %} {% endfor %}