{% extends "base.html" %} {% block title %}Index{% endblock title %} {% block head %}{{ super() }} {% endblock head %} {% block content %}

hello {{name}}

{% endblock content %} {% block scripts %}{% endblock scripts %}