> For the complete documentation index, see [llms.txt](https://docs.fastphoenix.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastphoenix.pro/components/header.md).

# Header

<figure><img src="/files/4vZ62pOPfojOvGltqPIv" alt=""><figcaption></figcaption></figure>

```html
<.navbar :if={!@current_user} current_user={@current_user}>
  <:company><%= Application.get_env(:phx_saas, :saas_name) %></:company>
  <:link patch={~p"/#pricing"}>Pricing</:link>
  <:link patch={~p"/#contact"}>Contact</:link>
</.navbar>
```
