toh82/page-generator

View on GitHub
web/views/about.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        <title>Page-Designer: About</title>
        {{> assets}}
    </head>
    <body>
        {{> header}}
        <div class="wrapper">
            <div class="layout">
                <h2>Templates Container:</h2>
                <p>whatever</p>
            </div>
        </div>
        {{> footer}}
    </body>
</html>