<% content_for :heading do %>
  <h1><%= t ".heading", :id => h(params[:id]) %></h1>
<% end %>

<p><%= t ".body", :id => h(params[:id]) %></p>