{% load pwurl %} {% block title %}Patchwork{% endblock %} - Patchwork {% block headers %}{% endblock %}

Patchworkβ {% block heading %}{% endblock %}

{% if user.is_authenticated %} Logged in as {{ user.username }}
todo ({{ user.get_profile.n_todo_patches }}) :: bundles
profile :: logout {% else %} login
register
about {% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% block body %} {% endblock %}