### Import Phoenix HTML Helpers
Source: https://github.com/phoenixframework/phoenix_html_helpers/blob/main/README.md
To maintain compatibility with older Phoenix versions, replace `use Phoenix.HTML` with these imports. This setup is required for using the helpers.
```elixir
import Phoenix.HTML
import Phoenix.HTML.Form
use PhoenixHTMLHelpers
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.