<%= render(Yattho::LayoutComponent.new) do |component| %> <% component.with_sidebar { "Sidebar" } %> <% component.with_main { "Main" } %> <% end %>