{% load static %}
{% block title %}{% endblock %}
BiProductive
Home
{% if user.is_authenticated %}
Logout
{% else %}
Login
Register
{% endif %}
{% if user.is_authenticated %}
Hello, {{ user.username }}!
{% endif %}
Menu
Generate report
Test productivity
Add habit
Mark habit
{% block content %}{% endblock %}
About
BiProductive - fascinating way for analyzing the habits.
Contact Us
{% load static %}
biproductive
Mail developer
{% block scripts %}
{% endblock %}