I have a recurring piece of HTML in my MVC4 project and as I am working on it I have to go through and edit it in each file that uses it.
I am wondering if there is a way to set up some kind of template that just has this small snippet of code and call in it the files where it is needed? It would make editing and debugging much simpler.
Its not a whole page but just a small section that is on certain web pages.
Any help would be appreciated.