How to get app.html.heex to use assigns properly with LiveView

Generally speaking, avoid accessing variables inside LiveViews, as code that access variables is always executed on every render. This also applies to the assigns variable.