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