Is there a way I can set a piece of text in a view to appear in multiple places in my layout?
I've tried using rendersection but you aren't allowed to use two of the same name and I don't want to create two with different names as I then duplicate the text in the view.
I don't want to set the viewbag in the controller either.