<%= directive(:big_hello_world, html: { id: "directive-div" }) do %> <%= directive(:nested_directive, name: @model.bind(:name), html: { tag: 'h1' }) %> <% end %>