<%= t("pages.help.#{section}.title") %>

<%= content %> <% if image_path %>
<%= image_tag image_path, alt: t("pages.help.#{section}.image_alt") %>
<%= t("pages.help.#{section}.figcaption") %>
<% end %>