{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}
{% if user.is_authenticated %}

Hi {{ user.username }} ! How are you ?

Forget, i don't care... Please go on Deployments and enjoy the life !
{% else %}

Please log in !

{% endif %}
{% endblock %}