Home
{% if user.is_authenticated %}
Write Blog
Logout
Profile
{% else %}
Sign Up
Login
{% endif %}
{% if user.is_authenticated %}
{{ user.username }}
My Blog
Your Profile
Logout
{% endif %}
{% block body_block %} {% endblock %}