▲ | lenkite 5 days ago | |||||||||||||||||||||||||
I don't even know why things like templating and inclusion are not just part of the core web stack (ideally declaratively with no JS). There should be no need for an external tool or build process or third-party framework. | ||||||||||||||||||||||||||
▲ | skydhash 5 days ago | parent [-] | |||||||||||||||||||||||||
Html is rendered document. It’s ok to write it if you only need one document, but it’s better to use an actual template language or some generators if you’re going to have the same layout and components for many pages. You’re asking to shift this job from the editor (you) to the viewer (the browser). | ||||||||||||||||||||||||||
|