<% if @book.data.count == 1 %> <%= render partial: 'layouts/dl_link', locals: { d: @book.data.first } %> <% elsif @book.data.count > 1 %>
<% end %>