summaryrefslogtreecommitdiffstats
path: root/_layouts/master.html
blob: f7216d410c4f12a0cad61dd7af085c56df09e781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css" />
        <link rel="stylesheet" href="/css/master.css" />
        <title>{{ page.title }}</title>
    </head>
    <body>
        <div class="container">
            {{ content }}
        </div>
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
        <script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
    </body>
</html>