ewe_temple 0.0.2

File generation and templating stack for the ewe_platform package
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<html>
    <head>
        <title>Wello DevServer Page</title>
    </head>
    <body>
        <h1>Wello DevServers Live!</h1>

        <lable>{{PROJECT_DIRECTORY}}</lable>
        <lable>{{TARGET_DIRECTORY}}</lable>
        <lable>{{BINARY_NAME}}</lable>
    </body>
</html>