Layouts define a common structure (like a template wrapper). Found in app/views/layouts.
app/views/layouts
Partials are reusable view snippets.
_form.html.erb
<%= render 'form' %>