aboutsummaryrefslogtreecommitdiffstats
path: root/build/templates/home.html
blob: e0b75212a90866192dd57eb626693793f7449b9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
    <head>
        {{> head.html}}
        <title>ubergeek</title>
    </head>
    <body>
        {{> header.html}}
        <main>{{{CONTENT}}}</main>
        {{> footer.html}}
    </body>
</html>