Graceful 404 pages in Phoenix
Have you ever wanted to make a 404 page in your elixir app that included the common elements from your layout, like the header and footer? By default you can’t do this because you don’t have access to the conn
(and for good reason).
Here’s a work-around, but use with care!
Read next Pastry, library to turn maps and keyword lists to query strings.