← Back to context Comment by 85392_school 1 day ago What are you doing about repeated content? 1 comment 85392_school Reply gulugawa 41 minutes ago There's a Vite plugin that can be used to insert identical HTML on multiple pages without JavaScript. I use it for the navbar and footer: https://www.npmjs.com/package/vite-plugin-handlebarsFor repeated content where JavaScript is required, I use web components.
gulugawa 41 minutes ago There's a Vite plugin that can be used to insert identical HTML on multiple pages without JavaScript. I use it for the navbar and footer: https://www.npmjs.com/package/vite-plugin-handlebarsFor repeated content where JavaScript is required, I use web components.
There's a Vite plugin that can be used to insert identical HTML on multiple pages without JavaScript. I use it for the navbar and footer: https://www.npmjs.com/package/vite-plugin-handlebars
For repeated content where JavaScript is required, I use web components.