I'm creating a stupidly simple static html/css website using tailwind UI, and following this tutorial: https://justinjackson.ca/tailwind-ui-netlify
Whats the best practice for headers/footers so I don't need to manually copy/paste the html for the navigation over to every page and then recopy/paste any time I update the nav? I don't need full blown react or even a CMS, this is as vanilla and static of a site as they come.
Was thinking even a simple build tool that could add in the html for me upon build would work, but can't find anything. Open to other options.