How to create a module in the layout

I have my footer in app.html.ex and I’d like to be able to allow admin users for the site to be able to update the text themselves. I could create a Context and place the relevant fields into place in the template. However, there is no template for the app.html.ex of course. Is this possible? Would I be better off creating a partial and then just render that in the app?