I've just solved it. I forgot about script block in html file. It is subsidiary htmll, so we have to put {% block scripts %} here before <script> tag. Also It is required to put {% extends "base.html" %} inside body.
{% block scripts %}
<script>
{% extends "base.html" %}