<%= render_module(@summon, 'summon') %>
<%= render_module(@catalog, 'catalog') %>
Other Ways to Find Articles
<%= render_module(@ematrix_journal, 'ematrix_journal') %>
<%= render_module(@ematrix_database, 'ematrix_database') %>
<% if @smart_subjects.is_a? StandardError %>
<% else %>
<% unless @smart_subjects.results.blank? %>
<%= render_module(@smart_subjects, 'smart_subjects') %>
<% end %>
<% end %>
Information About the Libraries
<% if @faq.is_a? StandardError %>
<% else %>
<% unless @faq.results.blank? %>
<%= render_module(@faq, 'faq') %>
<% end %>
<% end %>
<%= render_module(@website, 'website') %>