Hacker News new | ask | show | jobs
by lelanthran 617 days ago
> How are you handling commonality between pages with plain html pages?

I have a simple web component that lets me do `<include-file remote-src='...'>`.

That's basically 90% of what a more complex solution will give you.