Hello!<p>For sideprojects I often find myself looking for an HTML template I can adapt, instead of doing everything myself.<p>The problem I often run into is that most templates look great, but require lots of work to integrate with my project. The ones I've tried often use outdated versions of bootstrap, include all javascript files via their own script tags, use tons of markup, and only include a CSS file (opposed to SCSS for example).<p>What are some templates that are: Built with webpack (or at least with webpack in mind), respect a performance budget, and can be merged with my existing code in a straightforward way?