@keithamus @ryantownsend @developers
I'd be down for a Level 1 that was only collapsing this into HTML: https://codesandbox.io/p/sandbox/n6q2t5?file=%2Ffetch-html.js
We can get into the magic of templates and arguments and whatnot later...
Then a standard issue HTML-first page could be rendered a la:
<template src="/header.html"></template>
<template src="/nav.html"></template>
<template src="/side-nav.html"></template>
<!-- CONTENT -->
<template src="/footer.html"></template>
🤯