<% content_for :preambule do %> <% if @preambule.nil? %> <% else %> <%= @preambule -%> <% end %> <% end %> <% content_for :title do %> <%= @title -%> <% end %> <% content_for :body do %> <%= raw @body -%> <% end %>