summaryrefslogtreecommitdiff
path: root/main/templates/main.html.j2
blob: d72558f2678ad3a0c57e800c7695a32c82c5579e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
    <meta charset="utf-8"/>
	<title>{{ title }}</title>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <meta property="og:title" content="{{ title }}" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="{{ url }}" />
    <link rel="stylesheet" href="{{ site.assets_path_static }}/css/bootstrap-grid.min.css" />
</head>
<body>
<p>Hello world.</p>
</body>
<footer>
</footer>
</html>