toh82/page-generator

View on GitHub
web/views/editor.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        <title>Page-Designer: App</title>
        {{> assets}}
    </head>
    <body>
        {{> header}}
        <div class="wrapper">
            <div class="layout">
                <section class="pd-sidebar  layout__item  u-1/5">
                    <h2>Templates Container:</h2>
                    <div class="js-templates-container"></div>
                </section><section class="pd-page  js-page  layout__item  u-4/5"></section>
            </div>
        </div>
        {{> footer}}
    </body>
</html>