{% extends "base.html" %} {% block title %}Index_Staff{% endblock %} {% block static %} {% load static %} {% endblock %} {% block content %} {% if staff %} Hello {{ staff.name }} {% endif %} {% endblock %}