{% extends "base.html" %} {% block title %} Index {% endblock title %} {% block head %} {% endblock head %} {% block content %}
hello user {{user.name}}

Logout

{% endblock content %}