jaredhanson/electrolyte

View on GitHub
examples/express/app/views/layout.ejs

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        <title>To Do List</title>
    </head>
    <body>
        <%- body %>
    </body>
</html>