{% if user.is_authenticated %}
@{{user.username}}
{% comment %} 10.48 {% endcomment %}
write Blog
Your Profile
Logout
{% else %}
Sign Up
Login
{% endif %}
{% block body_block %} {% endblock %}