{% extends "base.html" %} {% block title %}Home — Django autoreload example{% endblock %} {% block content %}

Hello, world

Edit this template or views.py and watch the browser reload automatically.

{% endblock %}