My web app has a main title which shows up on each page. For example, the way stackoverflow will show up in the top menu on every page. Currently this title is hard coded in my main.scala.html:
<title>My Main Title</title>
I want to make this title configurable on a settings page that I have. How can I persist this so that I can load it later and have it configurable by the user?