platelet 0.1.2

HTML-first templating language
Documentation
1
2
3
4
5
6
7
<!doctype html>
<html>
    <head><title>demo</title></head>
    <body>
        <slot pl-src="./example_component.html">
    </body>
</html>