README
modest
Modest is a utilty for creating, previewing, and compiling modular xhtml.
Create HTML modules (building blocks) that look like new HTML tags. Use modules to form other modules. Easily pass parameters from multiple sources to modules and inner modules. Use as a drop-in templating language to any web framework.
<script type="module">
import modest from 'https://cdn.skypack.dev/modest';
</script>
Modest is a utilty for creating, previewing, and compiling modular xhtml.