{% block js_script %} {% endblock %}
{% load user_tags %}
PyTasks
Home
Tasks
Textbooks
{% if user.is_authenticated %}
{{ user|notf_dsp }}
Profile
Logout
{% else %}
Register
Login
{% endif %}
{% block content %}This is the default content{% endblock %}