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