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