blob: 9aff1a6a2bd2f83ca09718d5c6d555c4b06fd58f (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | <!DOCTYPE html>
<html data-theme="light" lang="en">
    <head>
        <% include!("head.html"); %>
    </head>
    <body>
        <div class="layout">
            <% include!("header.html"); %>
            <%- content %>
        </div>
    </body>
</html>
 |