sita 0.3.0

Sita: static site generator (SSG) for Markdown and HTML
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html lang="en">
    <head>
        <title></title>
    </head>
    <body>
        {{{ content }}}
    </body>
</html>