0x01fe.net - {{ title }}

{{ title }}

{{ status|safe }}

Stuff

{% for post in posts %}
{{ post.body|safe }}
{% endfor %}

Top Albums

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