We can render a partial using
<%= render "shared/header", attr1: 1, attr2: 2 %>
or using the following method
<