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