Concept Flow - Why templates separate presentation
User requests a webpage
Django view processes data
View sends data to template
Template renders HTML with data
Browser receives and shows webpage
This flow shows how Django separates data processing (view) from how the page looks (template).