<%- set_title @content.headline -%> <%- meta_description @content.summary -%> <%- if @content.has_sections? -%> <%= render '/sections/contents' -%>

<%= @content.headline -%>

<%= @section.headline -%>

<%= @section.content.html_safe -%> <%- else -%> <%= @content.content.html_safe -%> <%- end -%> <%- unless @content.references.blank? -%>

References

<%= @content.references -%> <%- end -%> <%- unless @content.related_content.blank? -%>

Related <%= @content.publication.content_type -%>

<%- end -%>
<%- unless @content.publication.has_faqs? -%>

Referring to This Page

Use or reference to this content on the Internet must be accompanied by a link to the page you cite.

<%- end -%> <%= link_to 'Download PDF', "#{@content.humanize_path.gsub(/\/$/,'.pdf')}", :class => :button if @content.publication.pdf_enabled -%> <%= link_to 'Back', @content.publication.humanize_path, :class => :button -%>