I'm looking for template-based or component-based engine, That I can use to build a set of static HTML files. For example, I have a site with few pages main page, contacts and about. All pages has a different body content, but same headers, footers etc., I can easily solve this problem with SSR or SPA frameworks, but I think this is too much for this site and I need a simple solution.
What I want is a basic ablilty to reuse some components and capability of webpack, hot reload and other modern stuff.