About
One base template, many pages.
This page extends base.html, so it automatically receives the same header,
navigation, JavaScript, stylesheet, and footer.
How it works
Jinja's {% extends "base.html" %} tells this page to reuse
the shared layout. The {% block content %} section is where
each page places its own content.