PyTasks
home
{% if user.is_authenticated %}
tasks
{% if user.unread_notifications %} notifications({{user.unread_notifications}}) {% else %} notifications {% endif %}
{% if user.unread_requests %} requests({{user.unread_requests}}) {% else %} requests {% endif %}
my profile
logout
{% else %}
login
{% endif %}
{% block content %}This is the default content{% endblock %}