{% if user.is_authenticated %}
Nifty50 Prediction
News
{% if request.path == '/about/' %}
About
{% else %}
About
{% endif %}
{% csrf_token %}
{{ user.username|title }}
{% elif request.path == '/' %}
Nifty50 Prediction
News
{% if request.path == '/about/' %}
About
{% else %}
About
{% endif %}
Register
{% else %}
Nifty50 Prediction
{% if request.path == '/about/' %}
About
{% else %}
About
{% endif %}
Log in
{% endif %}
{% block 'content' %} {% endblock 'content' %} {% block 'script' %} {% endblock 'script' %}