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