{% extends "base.html" %} {% block title %}About - Live Reload Demo{% endblock %} {% block content %}
Live reload is a development feature that automatically refreshes the browser when template files are modified. This eliminates the need to manually refresh the page during development.