Concept Flow - Partial templates
Start Rendering View
Encounter Partial Call
Locate Partial File (_partial.html.erb)
Render Partial with Passed Locals
Insert Partial Output into Main View
Continue Rendering Main View
Complete Rendering
When rendering a view, Rails finds the partial file, renders it with any given data, then inserts its output into the main view before continuing.