<%= document_show_html_title %>
<% if @document.respond_to?(:export_as_mla_citation_txt) %>
MLA
<%= @document.send(:export_as_mla_citation_txt) %>
<% end %>
<% if @document.respond_to?(:export_as_apa_citation_txt) %>
APA
<%= @document.send(:export_as_apa_citation_txt) %>
<% end %>