Is there any VSCode extension to include HTML code during development? something like this:
<body>
<!-- @import "components/header.html" -->
<main>
<p>Hello world.</p>
</main>
<!-- @import "components/footer.html" -->
</body>