{% extends 'base.html' %} {% block intro %} XMLHttpRequest is the original JavaScript way to make requests. It's natively supported by all browsers, but has been superseded by fetch. {% endblock %} {% block script %} {% endblock %}