Library for templating DOM on a web page.
npm install pointlez
<script defer src="https://unpkg.com/pointlez@latest/dist/pointlez.umd.js"></script>
<template data-from-string="<p>Some text</p>"></template>
will be replaced with
<p>Some text</p>
<template data-from-file="footer.html"></template>
Will be replaced with contents of a file that is accessed from /footer.html
url.