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