blob: b2c095719b9bb6a44c4844fae888ed726e955c9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<head>
<title>
Eternal Blume
</title>
<link href="/static/css/blure.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Inconsolata" rel="stylesheet">
{% block load_scripts %}
{% endblock %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="root">
{% block content %}
{% endblock %}
</div>
</body>
</html>
|