% content_for :canonical do %>
<%= render "shared/canonical", href: how_to_use_url %>
<% end %>
<% if feature?(:help_page) %>
<%= back_link_to help_path %>
<% end %>
<%= t("pages.help.titles.how_to_use") %>
<%= markdown t("pages.help.how_to_use.text") %>