This question already has an answer here:
first of all im pretty new to programming with golang. I already made some things like a Homepage that parses a different Body Template if a different Handler is given, while having a static header and footer Template. So my question is, how can i change the Content of my Body without reloading the Page? Like if a User starts to click on a link to a different Site, then it should only load a new Template and not the Page. I thought about doing it with Websockets but maybe there is a better way to do this?
</div>