<div>
<h1><%= @letter.to_s %></h1>
</div>
<% @words.each do |word| %>
<h2><%= word.word %></h2>
<%= render "definitions", word: word %>
<% end %>