lyweb 0.1.1

Simple templating library designed for personal websites
Documentation
1
2
3
4
5
6
<html>
    <body>
        <h1>[[IF blog Blog ELSE Home]]</h1>
        [[content]]
    </body>
</html>