Separation of Concerns
Separate the data the view using templates!
- PHP code connects to database and does query and gets the data
- Define how to display that data with a template (generic term) -- and in this case, we'll use Mustache templates! Note that Twig is a popular template system to use with PHP.