{% block js_script %} {% endblock %}
{% load user_tags %}
PyTasks
home
{% if user.is_authenticated %}
tasks
textbooks
{{ user|notf_dsp }}
profile
logout
{% else %}
login
{% endif %}
{% block content %}This is the default content{% endblock %}