{% extends "base.html" %} {% block title %}Home - Live Reload Demo{% endblock %} {% block content %}

Welcome to Live Reload Demo!

✨ Live Reload Features:

How to Test Live Reload:

  1. Open this page in your browser
  2. Edit any template file in the templates/ directory
  3. Save the file
  4. Watch the browser refresh automatically!

Available Routes:

Template Variables:
Version: {{ version }}
Template: {{ template_name }}
Current Time: {{ current_time }}
Counter: {{ counter }}
{% endblock %}