{% block head %} {% endblock %}
pyLoad {% if user %}

Important Stuff will be here!

{{ user.name }}
500 kb/s
5 / 125
{% endif %}
{% for message in messages %}
{{ message }}
{% endfor %} {% block content %} {% endblock content %}
{% block deferred %} {% endblock deferred %}