{% extends 'base.html' %} {% load static %} {% block link %} {% endblock %} {% block title %}Home{% endblock %} {% block content %} {% load update_var_tag %} {% load text_split_tag %} {% if user.username is not '' %} {% comment %} Hi {{ user.username }}!
You are not logged in
{% endcomment %}